NEW
Font size
S
M
L
XL
WorksheetsHTML Final Exam Review 2
Total questions: 10
Worksheet time: 7mins
Name
Class
Date
1.
Choose the correct tag for the largest heading:
a)
h6
b)
heading
c)
head
d)
h1
2.
Which tag is used to create a hyperlink?
a)
<a>
b)
<u>
c)
<b>
d)
<i>
3.
http://www.google.com is an example of a what?
a)
URL
b)
IP address
c)
Browser
d)
Application
4.
Tabs, returns, and spaces, which are ignored by the browser, are usually referred to as ______ in the book.
a)
blanks
b)
whitespace
c)
emptiness
d)
nothing
5.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
6.
The majority of elements in HTML contain which parts?
a)
2 parts: An opening and closing tag.
b)
1 part: a tag
c)
3 parts: A tag, contents, and angle brackets.
d)
3 parts: An opening tag, content, and a closing tag.
7.
Which of the following is NOT a function of the <title> </title> element?
a)
Defines a title in the browser tab.
b)
Provides a title for the page when added to favorites/bookmarks
c)
Creates the first heading on the index page of the website
d)
Displays a title for the page in search engine results
8.
Multimedia can be embedded in an HTML document.
a)
Yes
b)
No
9.
Where in your HTML document should you include the code <!DOCTYPE html>?
a)
body section
b)
doesn't matter
c)
last line
d)
first line
10.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
Reset
