wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

KS3 HTML Assessment 2021

Total questions: 62

Worksheet time: 1hrs 2mins

Name
Class
Date
1.
What two HTML <tags> should be at the start and finish of a HTML document?
a)
<head> and </head>
b)
<head> and </body>
c)
<html> and </html>
d)
<start> and </stop>
2.
Which symbol closes an open html <tag>?
a)
/
b)
.
c)
,
d)
*
3.
Which symbol go around tags like...
h1
p
a href
body
a)
" "
b)
{ }
c)
[ ]
d)
< >
4.
Which tag is a container for the following elements: <Title>
a)
<html>
b)
<title>
c)
<head>
d)
<body>
5.
Which tag is a container for the document's main content, i.e. Images, Lists, Videos and Paragraph text?
a)
<p>
b)
<h1>
c)
<head>
d)
<body>
6.
True or False
<h1> is bigger than <h2>
a)
True
b)
False
7.
What <tag> is the correct tag for displaying the heading "The Facebook"?
a)
<h1> The </h1>Facebook
b)
<p> The Facebook </p>
c)
<style> The Facebook </style>
d)
<h2> The Facebook </h2>
8.

What <tag> is the correct tag for displaying the paragraph text "I am a Computer Scientist"?

a)

<h1> I am a Computer Scientist </h1>

b)

<p> I am a Computer Scientist </p>

c)

<style> I am a Computer Scientist </style>

d)

<h2> I am a Computer Scientist</h2>

9.

What is the <tag> used to change font size, font-family and colour of backgrounds etc.

a)

<masterslide>

b)

<style sheet>

c)

<style>

d)

<background-color:pink>

10.
When adding images and videos to your html webpage. What is the golden rule?
a)
Save files somewhere on the computer.
b)
Make sure the video is MP4 format
c)
Notepad file(.html), images and videos must be saved in the same folder.
d)
Find appropriate images to your content.
11.
Spot the syntax error with the code below...
<p> Hanna had won the battle <p>
a)
tags not opened or closed correctly
b)
not the correct tag 
c)
spelling error
d)
no errors would work.
12.
Spot the syntax error with the code below...
<h3> Section A </h3>
a)
tags not opened or closed correctly
b)
not the correct tag 
c)
spelling error
d)
no errors would work.
13.
Spot the syntax error with the code below...
<ol> 
<l> Joe Hart </l>
<l> Joe Gomez </l>
<l> Kyle Walker </l>
</ol>
a)
tags not opened or closed correctly
b)
not the correct tag 
c)
spelling error
d)
no errors would work.
14.
What does html stand for?
a)
Hyper Text MakeUp Language
b)
High Text Markup Language
c)
Hyper Text Markup Language
d)
Hyper Text Markup Length
15.
<img src="PIC1.jpg" style="width:300px;height:328px">
Would set the size of the image PIC1.jpg?
a)
True
b)
False
16.

Which tag would force a new line in HTML, similar to the return key on your keyboard?

a)

<br>

b)

<break>

c)

<NL>

d)

<return>

17.

Which tag would underline text?

a)

<u>Hello </u>

b)

<un>Hello </un>

c)

<underline>Hello </underline>

d)

<under>Hello</under>

18.

Which tab makes text bold or bigger?

a)

<b>

b)

<big>

c)

<bigger>

d)

<large>

19.
What <tag> would correctly display the an image of a cat wearing a hat saved as: cathat09.jpg?
a)
<img src="cathat08.jpg">
b)
<img src ="cathat09.png"
c)
<img src ="cathat09">
d)
<img src="cathat09.jpg">
20.

Which tag would italicise text?

a)

<I>

b)

<i>

c)

<italic>

d)

<italicise>

21.

Which tag is missing from line 41 of this code?

a)

</html>

b)

<close>

c)

<end>

d)

<stop>

e)

<html>

22.
What <tag> would correctly display the an image of luke skywalker saved as: skywalker.jpg?
a)
<img src="Skywalker.jpg">
b)
<img ="Skywalker.jpg"
c)
<video src="Skywalker.jpg">
d)
<img src="skywalker.jpg">
23.
What <tag> would correctly display the an image of a Mr Massett saved as: MrMassettWeald17.png?
a)
<img src="MrMassettWeald17.png"
b)
<img src="Mr Massett Weald 17.png">
c)
<img src="MrMassettWeald17.jpg">
d)
<img src="MrMassettWeald17.png">
24.
Spot the syntax error with the code below...
<a href="www.bbcnews.com"> link to bbc </a>
a)
tags not opened or closed correctly
b)
not the correct tag 
c)
spelling error
d)
no errors would work.
25.
Spot the syntax error with the code below...
<video="www.bbcnews.com"> link to bbc </a>
a)
tags not opened or closed correctly
b)
not the correct tag 
c)
spelling error
d)
no errors would work.
26.
Spot the syntax error with the code below...
<img srs="last_jedi.png">
a)
tags not opened or closed correctly
b)
not the correct tag 
c)
spelling error
d)
no errors would work.
27.
Which hyperlink would function correctly if added to a HTML document?
a)
<a aref="www.instagram.com">"Instagram</a>
b)
<a href="www.instagram.com">Instagram</a>
c)
<a href="www.instagram.com">"Instagram<a>
d)
<a href:"www.instagram.com">"Instagram</a>
28.
Which hyperlink would function correctly if added to a HTML document?
a)
<a href="https://www.w3schools.com">This is a link
b)
<a href="https://www.w3schools.com">This is a link</a>
c)
<a href=https://www.w3schools.com>This is a link</a>
d)
<a href="https://www.w3schools.com">
29.
Which hyperlink would function correctly if added to a HTML document?
a)
<a href="www.weald.com">Go to the Weald's Website"
b)
<a href="www.weald.com">Go to the Weald's Website</a>
c)
<a href:www.weald.com">Go to the Weald's Website</a>
d)
<a="www.weald.com">Go to the Weald's Website"</a>
30.
Which <tag> would create this type of page content?
a)
<table>
b)
<3Columns + 5Rows>
c)
<style>
d)
<table color = black>
31.

What is missing from line 22 of this code?

a)

" "

b)

;

c)

:

d)

>

e)

<

32.

How will the text be aligned for line 24 of the code below?

a)

Left

b)

Fully Justified

c)

Centre

d)

Right

33.

What colour will the text "James Bond" be on line 5 of the code?

a)

Black

b)

Blue

c)

White

d)

Red

34.

What colour will the word "James" be on line 22 of the code below?

a)

Red

b)

Pink

c)

Black

d)

Green

e)

Blue

35.

What lines do the section start and finish on?

a)

1 and 39

b)

3 and 12

c)

25 and 32

d)

14 and 39

36.

What will be the background colour of the section on this page?

a)

white

b)

blue

c)

red

d)

green

e)

yellow

37.

What will be the height and width of the image that is displayed on this page?

a)

Height = 200 Width = 300

b)

Height = 20 Width = 30

c)

Height = 300 Width = 200

d)

Height = 2000 Width = 3000

e)

Height = 250 Width = 350

38.

What software do we use to code our websites?

a)

Internet Explorer

b)

Microsoft Word

c)

Notepad++

d)

Notepad

39.

If you had a file in your M drive like the one shown below how would you open it to view the actual code?

a)

Double left click it

b)

Right click, edit with notepad++

c)

You can't

d)

Single left click

40.

The colours that are called by using a code like "#ff12c4" are called what?

a)

Binary colours

b)

Hex colours

c)

Primary Colours

d)

Secondary Colours

41.

How are font sizes measured in HTML?

a)

px

b)

pt

c)

Small, Medium and Large

d)

cm

e)

inch

42.

To display a picture on your website, where must you save the picture?

a)

Anywhere on the computer

b)

Same folder as your website code

c)

On the internet

d)

On sharepoint

e)

The same folder as your Maths work

43.

Each list item starts/finishes with the _____ tag?

a)

<ol>

b)

<ul>

c)

<pi>

d)

<li>

44.
Which <tag> would create the list shown?
a)
<ol> 
b)
<ul>
c)
<h1>
d)
<ordered>
45.
Which <tag> would create the list shown?
a)
<ol> 
b)
<ul>
c)
<h1>
d)
<ordered>
46.

What is missing from the heading tag on line 24?

a)

Nothing

b)

1 x speech mark

c)

2 x speech marks

d)

Colon

e)

Semi-colon

47.

What is wrong with line 37 of this code?

a)

Nothing

b)

Spelling error in tag name

c)

Missing <>

d)

Missing " "

48.

Is the code correct on line 14 to set the background colour to red?

a)

Yes

b)

No

49.

What is wrong with the body tag on line 14?

a)

Spelling error

b)

Missing speech marks

c)

Missing colon

d)

Missing semi colon

50.

Which tag is missing from the code below?

a)

</h1>

b)

</head

c)

</body>

d)

<body>

e)

</title>

51.

What tag is missing from the code below?

a)

none

b)

<html>

c)

</ul>

d)

</ol>

e)

</a>

52.

Which is the correct spelling of the would 'colour' when using it in HTML code?

a)

Colour

b)

Culer

c)

Color

d)

Coluor

53.

What does the font measurement 'px' stand for?

a)

Part Explained

b)

Pixel

c)

Paragraph Extra

d)

Picture

54.

Which of the below is NOT a valid image file format?

a)

.jpg

b)

.png

c)

.jfif

d)

.jpeg

55.

What do hyperlinks allow us to do?

a)

Move around the internet easily

b)

Watch movies

c)

Get free internet

d)

Resize images

56.

Which HTML code allows you to display an image on the left or right hand side of the website?

a)

Align

b)

Move

c)

Float

d)

Shift

57.

What is the HTML code to create space or a gap between your image and text?

a)

Gap

b)

Space

c)

Padding

d)

Area

58.

What does 'HTML' stand for?

a)

Home Tool Markup Language

b)

Hyper Text Manipulation Language

c)

Hyper Text Markup Language

d)

Hyperlinks and Text Markup Language

59.

How can you make a bulleted list?

a)

<list>

b)

<ul>

c)

<nl>

d)

<ol>

60.

How can you make a numbered list?

a)

<dl>

b)

<list>

c)

<ul>

d)

<ol>

61.

Which is the closing tag for a hyperlink?

a)

</link>

b)

</a>

c)

</hl>

d)

</hyperlink>

62.

Which code opens a hyperlink in a new tab in the browser?

a)

target="new_tab"

b)

target="_tab"

c)

target="_blank"

d)

target="_newtab"