NEW
Font size
S
M
L
XL
Worksheetshtml
Total questions: 26
Worksheet time: 13mins
Name
Class
Date
1.
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.
2.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
3.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
4.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
5.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
6.
The content of the web (such as your pictures, text, links) will show up here.
a)
Head
b)
Body
c)
Style
d)
Folder
7.
Which of the following is the largest heading?
a)
H2
b)
H3
c)
H4
d)
H6
8.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
9.
Which web image format supports both transparency AND animation?
a)
PNG
b)
JPG
c)
SWF
d)
GIF
10.
What symbol should precede hexadecimal color codes?
a)
ampersand
b)
semicolon
c)
number sign
d)
equal sign
11.
Which tag defines a numbered list?
a)
OL
b)
UL
c)
LI
d)
NL
12.
The default link color for hyperlinks:
a)
green
b)
blue
c)
purple
d)
red
13.
What should be modified in a hyperlink to make it open into a new window?
a)
class
b)
ID
c)
link
d)
target
14.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
15.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
16.
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"/>
17.
Which tag is used to create a new column within a table?
a)
<table>
b)
<td>
c)
<tr>
d)
<tb>
18.
Which tag is used to enter data into a table?
a)
<table>
b)
<td>
c)
<tr>
d)
<tb>
19.
Images in your webpage may have the following extensions except
a)
.png
b)
.gif
c)
.jpg
d)
.psd
20.
There simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
webmaster
21.
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>
22.
used to group inline-elements in a document
a)
<span>
b)
<div>
c)
<elements>
d)
<group>
23.
to make a comment in HTML you use
a)
<!-- -->
b)
//
c)
/*
d)
#
24.
Which allows you to change the font?
a)
font-type
b)
font
c)
font-family
d)
text-font
25.
What tag is used for CSS?
a)
<style>
b)
<css>
c)
<body>
d)
<script>
26.
How do you center text?
a)
text-align: true;
b)
text-align: false;
c)
text-align: center;
d)
text: align center;
Reset
