NEW
Font size
WorksheetsQUIZZIZ QUESTION BANK
Total questions: 39
Worksheet time: 20mins
What does HTML stand for?
Hyperlink Markdown Layout
Hypertext Markup Language
High-Tech Machine Language
Hyper Tool Markup
Which tag contains all visible content on the webpage?
< head >
< body >
< main >
< ref>
Which attribute is required in an tag?
id
alt
title
src
What does the alt attribute do?
Changes color
Describes an image
Creates a link
Adds padding
Which tag creates a paragraph?
< p >
< para >
< txt >
< body >
Which tag creates a bulleted list?
< ol >
< ul >
< li >
< bl >
Which tag creates a numbered list?
< ul >
< num >
< ol >
< count >
What does a < footer >
contain?
Page title
Navigation links
End-of-page info
Images
Which tag embeds audio?
< sound >
< audio >
< mp3 >
< file >
What does < header >
represent?
Sidebar
Top page section
Bottom content
Table heading
What does < nav >
contain?
Images
Videos
Navigation links
Comments
What does < section >
do?
Adds spacing
Groups related content
Creates a table
Embeds a link
What does < article >
represent?
Sidebar
Caption
Self-contained story
List
What is < aside >
used for?
Main content
Background colors
Side content
Headings
What does < figure >
contain?
Text only
Image with optional caption
Audio files
Page title
What goes inside < figcaption >
?
An image
A paragraph
A caption
A link
Which tag embeds another webpage?
< insert >
< iframe >
< page >
< embed >
What does CSS stand for?
Creative Styling System
Cascading Style Sheets
Colorful Style Software
Code Styling Service
Which CSS property changes text color?
background-color
color
text-align
display
Which property changes background color?
bg
text-color
background-color
canvas-color
Which property adds space inside the border?
margin
padding
border
spacing
Which property adds space outside the border?
padding
margin
gap
indent
Which property controls boldness?
font-style
font-weight
font-size
letter-weight
Which property aligns text?
float
position
text-align
justify-items
Which property controls layout type?
font-style
display
margin
text-align
Which property controls transparency?
margin
border
color
opacity
Which CSS unit is responsive?
px
em
inch
%
Which attribute tells HOW a form sends data?
action
method
src
nav
Which attribute tells WHERE the form sends data?
where
method
src
action
Which tag groups form fields?
< group >
< fieldset >
< legend >
< aside >
Which is a valid form method?
SEND
POST
PUSH
Which tag displays a video?
< video >
< mp4 >
< vid >
< movie >
Which tag defines a media file for < video > or < audio > ?
< source >
< media >
< file >
< src >
Why is the alt attribute important?
It changes the image size
It helps screen readers describe the image
It adds padding
It creates a link
Why should developers use semantic HTML tags?
They make the page colorful
They improve accessibility and organization
They make websites load slower
They are required for images
What does the < head > section do?
Shows visible page content
Stores CSS, metadata, and the page title
Displays navigation menus
Holds images
Why must CSS measurements include units (like px or %)?
To make text bold
So the browser knows how big something should be
To add animations
To change the font
Why is clean code important?
It makes the website colorful
It makes code easier to read, fix, and load
It adds more images
It changes text size
What is semantic HTML?
HTML that uses bright colors and decorative elements
HTML that uses meaningful tags to clearly describe the purpose of content
HTML used only for advanced programmers
HTML that automatically writes itself
