wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

QUIZZIZ QUESTION BANK

Total questions: 39

Worksheet time: 20mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyperlink Markdown Layout

b)

Hypertext Markup Language

c)

High-Tech Machine Language

d)

Hyper Tool Markup

2.

Which tag contains all visible content on the webpage?

a)

< head >

b)

< body >

c)

< main >

d)

< ref>

3.

Which attribute is required in an tag?

a)

id

b)

alt

c)

title

d)

src

4.

What does the alt attribute do?

a)

Changes color

b)

Describes an image

c)

Creates a link

d)

Adds padding

5.

Which tag creates a paragraph?

a)

< p >

b)

< para >

c)

< txt >

d)

< body >

6.

Which tag creates a bulleted list?

a)

  1. < ol >

b)

  • < ul >

c)

  • < li >

d)

< bl >

7.

Which tag creates a numbered list?

a)

  • < ul >

b)

< num >

c)

  1. < ol >

d)

< count >

8.

What does a < footer >

contain?

a)

Page title

b)

Navigation links

c)

End-of-page info

d)

Images

9.

Which tag embeds audio?

a)

< sound >

b)

< audio >

c)

< mp3 >

d)

< file >

10.

What does < header >

represent?

a)

Sidebar

b)

Top page section

c)

Bottom content

d)

Table heading

11.

What does < nav >

contain?

a)

Images

b)

Videos

c)

Navigation links

d)

Comments

12.

What does < section >

do?

a)

Adds spacing

b)

Groups related content

c)

Creates a table

d)

Embeds a link

13.

What does < article >

represent?

a)

Sidebar

b)

Caption

c)

Self-contained story

d)

List

14.

What is < aside >

used for?

a)

Main content

b)

Background colors

c)

Side content

d)

Headings

15.

What does < figure >

contain?

a)

Text only

b)

Image with optional caption

c)

Audio files

d)

Page title

16.

What goes inside < figcaption >

?

a)

An image

b)

A paragraph

c)

A caption

d)

A link

17.

Which tag embeds another webpage?

a)

< insert >

b)

< iframe >

c)

< page >

d)

< embed >

18.

What does CSS stand for?

a)

Creative Styling System

b)

Cascading Style Sheets

c)

Colorful Style Software

d)

Code Styling Service

19.

Which CSS property changes text color?

a)

background-color

b)

color

c)

text-align

d)

display

20.

Which property changes background color?

a)

bg

b)

text-color

c)

background-color

d)

canvas-color

21.

Which property adds space inside the border?

a)

margin

b)

padding

c)

border

d)

spacing

22.

Which property adds space outside the border?

a)

padding

b)

margin

c)

gap

d)

indent

23.

Which property controls boldness?

a)

font-style

b)

font-weight

c)

font-size

d)

letter-weight

24.

Which property aligns text?

a)

float

b)

position

c)

text-align

d)

justify-items

25.

Which property controls layout type?

a)

font-style

b)

display

c)

margin

d)

text-align

26.

Which property controls transparency?

a)

margin

b)

border

c)

color

d)

opacity

27.

Which CSS unit is responsive?

a)

px

b)

em

c)

inch

d)

%

28.

Which attribute tells HOW a form sends data?

a)

action

b)

method

c)

src

d)

nav

29.

Which attribute tells WHERE the form sends data?

a)

where

b)

method

c)

src

d)

action

30.

Which tag groups form fields?

a)

< group >

b)

< fieldset >

c)

< legend >

d)

< aside >

31.

Which is a valid form method?

a)

SEND

b)

POST

c)

PUSH

d)

EMAIL

32.

Which tag displays a video?

a)

< video >

b)

< mp4 >

c)

< vid >

d)

< movie >

33.

Which tag defines a media file for < video > or < audio > ?

a)

< source >

b)

< media >

c)

< file >

d)

< src >

34.

Why is the alt attribute important?

a)

It changes the image size

b)

It helps screen readers describe the image

c)

It adds padding

d)

It creates a link

35.

Why should developers use semantic HTML tags?

a)

They make the page colorful

b)

They improve accessibility and organization

c)

They make websites load slower

d)

They are required for images

36.

What does the < head > section do?

a)

Shows visible page content

b)

Stores CSS, metadata, and the page title

c)

Displays navigation menus

d)

Holds images

37.

Why must CSS measurements include units (like px or %)?

a)

To make text bold

b)

So the browser knows how big something should be

c)

To add animations

d)

To change the font

38.

Why is clean code important?

a)

It makes the website colorful

b)

It makes code easier to read, fix, and load

c)

It adds more images

d)

It changes text size

39.

What is semantic HTML?

a)

HTML that uses bright colors and decorative elements

b)

HTML that uses meaningful tags to clearly describe the purpose of content

c)

HTML used only for advanced programmers

d)

HTML that automatically writes itself