wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Year 7 HTML

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.
What does HTML stand for?
a)
Home Tool Markup Language
b)
Hyper Text Markup Language
c)
Hyperlinks and Text Markup Language
2.
This element defines a large heading
a)
<h1>
b)
<head>
c)
<h2h>
d)
<<h1<
3.
Defines a paragraph
a)
<pr>
b)
<p>
c)
<param>
d)
<pre>
4.
Defines an image
a)
<imgi>
b)
<image>
c)
<input>
d)
<img>
5.
<a href="http://www.bbc.co.uk">Click here</a>
a)
Defines an article tag
b)
Defines a hyperlink link
c)
Define the link destination 
d)
Defines the area
6.
In HTML, a colour can be specified by using a colour name or a HEX value.
a)
True
b)
False
7.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
8.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
9.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

10.

Which code below is correct for a hyperlink

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

<a herf="https://google.com">

Click Me

</a>

d)

<a href="https://google.com">

Click Me

</a>

11.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

12.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

13.

Which of the following is the code for a paragraph to be blue?

a)

<td style=“background-color:blue;”>

b)

<h1 style=“font-size:60px;”>

c)

<p style=“color:blue;”>

d)

<tagname style=“property:value;”>

14.

When working with color codes RGB stands for...

a)

Green Red Purple

b)

Red Great Blue

c)

Red Green Blue

d)

Blue Green Raspberry

15.
CSS stands for?
a)
Closed Source Style
b)
Crucial Style Sheets
c)
Cascading Style Sheets
d)
Corresponding Static Style
16.
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;">
17.
Which word is not used in HTML structure?
a)
footer
b)
body
c)
head
d)
arm
18.
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
19.
Which is NOT a web browser?
a)
Chrome
b)
Internet explorer
c)
FireFox
d)
Yahoo
20.
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
21.
How would you centre a H2 heading?
a)
<h1 align="center">
b)
<h2 stickit="center">
c)
<h2 align=center>
d)
<h2 align="center">
22.
What best describes CSS
a)
describes how HTML elements are displayed on screen
b)
To logically divide the document
23.

What type of tag is this: <!-- -->

a)

comments

b)

questions

c)

paragraph

d)

image

24.

In the tag <img src="Piedmont.jpg"/> what is the file name?

a)

<img

b)

.jpg

c)

</>

d)

Piedmont.jpg

25.

<p> is a _______ tag.

a)

image

b)

paragraph

c)

filename