wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Vocab and Tags Quiz

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.
The entire structure of a web page—from the opening tag to the closing tag—is referred to as the ____________________.
a)
document
b)
document structure
c)
element
d)
tag
2.
To change the color or font of a page, a developer uses ____________________ rather than HTML.
a)
URL
b)
responsive
c)
CSS
d)
document structure
3.
The ____________________ contains metadata and information about the page that doesn't appear in the main browser window.
a)
head
b)
body
c)
tag
d)
element
4.
A(n) ____________________ is a single piece of markup like , which tells the browser how to handle a specific piece of content.
a)
head
b)
body
c)
tag
d)
element
5.
When a website adjusts its layout automatically to look good on both a phone and a laptop, it is called ____________________.
a)
attribute
b)
attribute value
c)
responsive
d)
form
6.
A(n) ____________________ consists of a starting tag, the content in the middle, and an ending tag.
a)
element
b)
tag
c)
body
d)
hyperlink
7.
The ____________________ is the section of the document that contains the visible content, such as text and images.
a)
head
b)
tag
c)
body
d)
element
8.
In the code , the "src" part is known as the ____________________.
a)
attribute
b)
attribute value
c)
body
d)
URL
9.
A(n) ____________________ is a clickable link that connects one web page to another.
a)
attribute
b)
hyperlink
c)
tag
d)
element
10.
Writing ____________________ HTML means using tags like
a)
URL
b)
responsive
c)
attribute
d)
semantic
11.
The specific web address used to find a site, such as https://www.wikipedia.org, is called a(n) ____________________.
a)
HTML
b)
head
c)
URL
d)
tag
12.
The standard language used to create the actual structure and content of a web page is ____________________.
a)
semantic
b)
responsive
c)
attribute
d)
HTML
13.
Inside a tag, the ____________________ is the specific data assigned to a property, usually written inside quotation marks.
a)
attribute value
b)
attribute
c)
hyperlink
d)
semantic
14.
To gather data from a user, such as a name or email address, you would create a(n) ____________________.
a)
form
b)
input
c)
body
d)
tag
15.
A text field or a checkbox used within a web page to allow a user to enter data is called a(n) ____________________.
a)
form
b)
input
c)
body
d)
tag
16.
You want a variety of headers and subtitles in your web page, how many options do you have? How many header tags are there?
a)
2
b)
4
c)
6
d)
8