wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.
If you wanted to add links to your web page - what tag would you use?
a)
<a>
b)
<p>
c)
<div>
d)
<link>
2.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
3.
What will happen to the text in blue?   <p>He named his car <i>The lightning</i>, because it was very fast.</p>
a)
the content will be displayed in italic
b)
the content will display an image
c)
the content defines text inserted into a document
4.
What is will the highlighted tag do? <p>My favourite colour is blue<br>I support Southend United.
</p>
a)
it will make the text bold
b)
it will place the text on another line
5.
What coding would be used to define a header cell in an HTML table
a)
<th>Month</th>
b)
<td>Month</td>
c)
<h1>Month</h1>
d)
<h2>Month</h2>
6.
CSS stands for?
a)
Closed Source Style
b)
Crucial Style Sheets
c)
Cascading Style Sheets
d)
Corresponding Static Style
7.
Which code will make your background red?
a)
<body style=background-color:red;>
b)
<body style="background-color:yellow;">
c)
<body style="background-color:red;">
d)
<body colormybg="background-color:red;">
8.
HTML stands for?
a)
HammersTend To Mostly Lose
b)
HypoText Madeup Language
c)
HyperText Markup Langauge
9.
Which format usually works best for photos?
a)

JPEG

b)

DOC

c)

GIF

d)

WAV

10.
What does the <p> tag do?
a)
Creates preformatted text
b)
places a picture in the website
c)
creates a paragraph break
11.
What will happen to the content in blue?<p>This is a spelling mistake <u>parragraph</u> .<p/>
a)
it will be in bold
b)
it will be underlined
c)
it will be in italics
12.
Which word is not used in HTML structure?
a)
footer
b)
body
c)
head
d)
arm
13.
what does the following tag do <div>
a)
defines a division or a section in an HTML document
b)
defines all the divas in the classroom
14.
Which tag will create a new row in a HTML table?
a)
<r>
b)
<tr>
c)
<row>
d)
<tablerow>
15.
Which is NOT a web browser?
a)
Chrome
b)
Internet explorer
c)
FireFox
d)
Yahoo
16.
which tag will create the largest heading
a)
<h6>
b)
<h4>
c)
<h2>
d)
<h3>
17.
What does the <HTML> tag tell the browser
a)
that it is an HTML document
b)
defines the documents body
c)
that it contains all the head elements
18.
How would you centre a H2 heading?
a)
<h1 align="center">
b)
<h2 stickit="center">
c)
<h2 align=center>
d)
<h2 align="center">
19.
How would you set the height of a cell to 170 in a HTML table?
a)
Height="170"
b)
Ht="170"
20.
Which section is used for text and tags?
a)
Arm
b)
Body
c)
Footer
d)
Head
21.
What best describes CSS
a)
describes how HTML elements are displayed on screen
b)
To logically divide the document
22.
What best describes web authoring software?
a)
it creates HTML code to make web pages.
b)
It is used to view web pages
23.

What best describes an ASSET

a)
an object on a web page (image, video, etc.)
b)
Helps add links to web pages