wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

KS3 - HTML Assessment

Total questions: 53

Worksheet time: 44mins

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 following elements: <style sheet>
a)
<html>
b)
<title>
c)
<head>
d)
<body>
6.
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>
7.
True or False
<h1> is bigger than <h2>
a)
True
b)
False
8.
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>
9.
What <tag> is the correct tag for displaying the paragraph text "I am a Computer Scientists"?
a)
<h1> I am a Computer Scientists </h1>
b)
<p> I am a Computer Scientists </p>
c)
<style> I am a Computer Scientists </style>
d)
<h2> I am a Computer Scientists</h2>
10.
Which <tag> would create the list shown?
a)
<ol> 
b)
<ul>
c)
<h1>
d)
<ordered>
11.
Which <tag> would create the list shown?
a)
<ol> 
b)
<ul>
c)
<h1>
d)
<ordered>
12.
Each list item starts/finishes with the _____ tag?
a)
<ol> 
b)
<ul>
c)
<pi>
d)
<li>
13.
Which <tag> would create this type of page content?
a)
<table>
b)
<3Columns + 5Rows>
c)
<style>
d)
<table color = black>
14.
What is wrong with this <style> sheet?
body{background-colour=red}
a)
wrong html <tag>
b)
wrong colour
c)
wrong spelling
d)
wrong brackets used
15.
What is wrong with this <style> sheet?
body[background-color=red]
a)
wrong html <tag>
b)
wrong colour
c)
wrong spelling
d)
wrong brackets used
16.
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">
17.
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">
18.
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">
19.
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">
20.
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>
21.
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>
22.
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>
23.

When adding images 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)

Copy the image address

d)

Find appropriate images to your content.

24.
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.
25.
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.
26.
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.
27.
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.
28.
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.
29.
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.
30.
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
31.
What does CSS stand for?
a)
Cascading Style Segment
b)
Casual Style Sheet
c)
Cancel Style Sheet
d)
Cascading Style Sheet
32.

What Tag is used to set up CSS on a html webpage?


In this area you are able to set color of background and text and size of headings and paragraph text.

a)

<text>

b)

<html>

c)

<style>

d)

<css>

33.
<img src="PIC1.jpg" style="width:300px;height:328px">
Would set the size of the image PIC1.jpg?
a)
True
b)
False
34.

Is the pic shown the correct layout for a html webpage (before elements are added)?

a)

Yes

b)

No

c)

Except for the indentation

35.
Before clicking F5 to run your HTML webpage what must you do?
a)
Click save icon - to save any edits you have made.
b)
Set file to mp3.
c)
Set language to P for Python
d)
Check the spelling of all P tags
36.
Would this page run in a web browser?
without errors
a)
Yes
b)
No
37.
Would this page run in a web browser?
without errors
a)
Yes
b)
No
38.
Would this page run in a web browser?
without errors
+
changing page background to light blue background and heading centered at top of webpage.
a)
Yes
b)
No
39.
Would this page run in a web browser?
without errors
+
changing page background to dark green background and heading centered at top of webpage.
a)
Yes
b)
No
40.
Would this page run in a web browser?
without errors
+
changing page background to light blue background and heading left aligned and dark blue in colour
a)
Yes
b)
No
41.

What would appear in the browser tab when this website html code is run...

a)

Grey Background

b)

Home.html

c)

Alan Turing

d)

Nothing as body is empty

e)

Nothing as p is white

42.

What tag should this go into? (inbetween)

a)

<head> </head>

b)

<body> </body>

c)

<style> <style>

d)

<Text></text>

43.

In this image someone is trying to add an image to their html website.


What must be done to finish...?

a)

Press save --> run

b)

Find an image online and copy image, then save, then run

c)

Find an image online and copy image address, paste into the purple quotation marks then save, then run

d)

Find an image online and copy image address, paste into the <h1> area then save, then run

e)

Go to youtube and find a video

44.

If you want to add a video to .html webpage, how can this easily be done

a)

Embed a video via youtube

b)

Copy the image address

c)

Copy the video via a right click

45.

What color will "Starring as Alan Turing was Benedict Cumberbatch" be?

a)

Greg

b)

Black

c)

Yellow

d)

White

e)

Red

46.

Select ALL the content on this webpage shown...

a)

A heading

b)

An image

c)

A video from youtube

d)

paragraphs of text

e)

an ordered list

47.

This webpage will have all the headings, paragraphs etc aligned to the?

a)

Left

b)

Right

c)

Center

d)

Bottom

48.

On this html webpage is a ?

a)

Table full of text about Bletchley Park

b)

Table full of images of Bletchley Park

c)

A unordered list about Bletchley Park

d)

A table full of videos about Bletchley Park

49.

How many rows will this table have ?

a)

1

b)

2

c)

3

d)

None

e)

4

50.

How many columns will this table have ?

a)

1

b)

2

c)

3

d)

None

e)

4

51.

Select the bigger piece of text when this .html file is run

a)

Star Wars Original Trilogy

b)

A long time ago in a galaxy far, far away

52.

What will this page look like when saved and run?

a)

White background and yellow text

b)

Black Background and Red Text

c)

Black Background, Yellow Text

d)

Yellow background and black text

53.

What is the highlighted line of coding trying to achieve?

a)

It is trying to display an image of the film new hope

b)

It is trying to create a hyperlink that allows a user to move from one webpage to another

c)

It is trying to display a video for user to watch

d)

It is simply a piece of paragraph text