wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

701 HTML Pre-Assessment

Total questions: 24

Worksheet time: 12mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
2.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
3.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
4.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
5.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
6.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
7.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
8.
Which web image format supports both transparency AND animation?
a)
PNG
b)
JPG
c)
SWF
d)
GIF
9.
What symbol should precede hexadecimal color codes?
a)
ampersand
b)
semicolon
c)
number sign
d)
equal sign
10.
Which tag defines a numbered list?
a)
OL
b)
UL
c)
LI
d)
NL
11.
The default link color for hyperlinks:
a)
green
b)
blue
c)
purple
d)
red
12.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
13.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
14.
What is the correct syntax for inserting an image?
a)
<image source="untitled.jpg"/>
b)
<img src="untitled.jpg"/>
c)
<src img="untitled.jpg"/>
d)
<img scr="untitled.jpg"/>
15.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
16.
Defines a division or a section in an HTML document. Used to group block-elements to format them with CSS
a)
<div>
b)
<span>
c)
<caption>
d)
<group>
17.
to make a comment in HTML you use
a)
<!--  -->
b)
//
c)
/*
d)
#
18.
Which allows you to change the font?
a)
font-type
b)
font
c)
font-family
d)
text-font
19.
What tag is used for CSS?
a)
<style>
b)
<css>
c)
<body>
d)
<script>
20.
How do you center text?
a)
text-align: true;
b)
text-align: false;
c)
text-align: center;
d)
text: align center;
21.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
22.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
23.
What does </html> do?
a)
Closes the webpage
b)
Closes the tag HTML
c)
Closes the internet
d)
Opens the HTML tag
24.
Is this an opening tag or a closing tag? </p>
a)
Opening
b)
Closing