NEW
Font size
WorksheetsIntroduction to HTML/CSS Quiz 1: Overview and Setup
Total questions: 10
Worksheet time: 30mins
What does HTML stand for?
Hyperdrive Text Markup Language
HyperText Markup Language
HyperText Markdown Language
Hyperspeed Magnetic Luggage
The <body> tag is
the contents of our webpage that will be displayed
all of the text on our webpage
a picture of the human body
the styling and information about our webpage
The <head> tag is
the tag to display a smiley face
the "brain" of the webpage
the element that contains all of the information about the webpage
the element that contains what we see on our webpage
The <h> tag stands for
Hopping
Heading
Header
Holder
The <p> tag stands for
Poll
Paragraph
Page
Puppy
Which tag is used to create a numbered (ordered) list?
<ul>
<num>
<list>
<ol>
Which tag is used to create a list item?
<le>
<item>
<li>
<value>
The <img> tag is used to
Add links to HTML
Add images to HTML
Add tables to HTML
Add captions to images
The "src" attribute is used to
specify the text that should be displayed if the file does not load
specify where the object will go
specify the source JS file
where the water source is
How many different header sizes are there?
1
3
4
6
