NEW
Font size
WorksheetsKS3 HTML Assessment 2021
Total questions: 62
Worksheet time: 1hrs 2mins
h1
p
a href
body
<h1> is bigger than <h2>
What <tag> is the correct tag for displaying the paragraph text "I am a Computer Scientist"?
<h1> I am a Computer Scientist </h1>
<p> I am a Computer Scientist </p>
<style> I am a Computer Scientist </style>
<h2> I am a Computer Scientist</h2>
What is the <tag> used to change font size, font-family and colour of backgrounds etc.
<masterslide>
<style sheet>
<style>
<background-color:pink>
<p> Hanna had won the battle <p>
<h3> Section A </h3>
<ol>
<l> Joe Hart </l>
<l> Joe Gomez </l>
<l> Kyle Walker </l>
</ol>
Would set the size of the image PIC1.jpg?
Which tag would force a new line in HTML, similar to the return key on your keyboard?
<br>
<break>
<NL>
<return>
Which tag would underline text?
<u>Hello </u>
<un>Hello </un>
<underline>Hello </underline>
<under>Hello</under>
Which tab makes text bold or bigger?
<b>
<big>
<bigger>
<large>
Which tag would italicise text?
<I>
<i>
<italic>
<italicise>
Which tag is missing from line 41 of this code?
</html>
<close>
<end>
<stop>
<html>
<a href="www.bbcnews.com"> link to bbc </a>
<video="www.bbcnews.com"> link to bbc </a>
<img srs="last_jedi.png">
What is missing from line 22 of this code?
" "
;
:
>
<
How will the text be aligned for line 24 of the code below?
Left
Fully Justified
Centre
Right
What colour will the text "James Bond" be on line 5 of the code?
Black
Blue
White
Red
What colour will the word "James" be on line 22 of the code below?
Red
Pink
Black
Green
Blue
What lines do the section start and finish on?
1 and 39
3 and 12
25 and 32
14 and 39
What will be the background colour of the section on this page?
white
blue
red
green
yellow
What will be the height and width of the image that is displayed on this page?
Height = 200 Width = 300
Height = 20 Width = 30
Height = 300 Width = 200
Height = 2000 Width = 3000
Height = 250 Width = 350
What software do we use to code our websites?
Internet Explorer
Microsoft Word
Notepad++
Notepad
If you had a file in your M drive like the one shown below how would you open it to view the actual code?
Double left click it
Right click, edit with notepad++
You can't
Single left click
The colours that are called by using a code like "#ff12c4" are called what?
Binary colours
Hex colours
Primary Colours
Secondary Colours
How are font sizes measured in HTML?
px
pt
Small, Medium and Large
cm
inch
To display a picture on your website, where must you save the picture?
Anywhere on the computer
Same folder as your website code
On the internet
On sharepoint
The same folder as your Maths work
Each list item starts/finishes with the _____ tag?
<ol>
<ul>
<pi>
<li>
What is missing from the heading tag on line 24?
Nothing
1 x speech mark
2 x speech marks
Colon
Semi-colon
What is wrong with line 37 of this code?
Nothing
Spelling error in tag name
Missing <>
Missing " "
Is the code correct on line 14 to set the background colour to red?
Yes
No
What is wrong with the body tag on line 14?
Spelling error
Missing speech marks
Missing colon
Missing semi colon
Which tag is missing from the code below?
</h1>
</head
</body>
<body>
</title>
What tag is missing from the code below?
none
<html>
</ul>
</ol>
</a>
Which is the correct spelling of the would 'colour' when using it in HTML code?
Colour
Culer
Color
Coluor
What does the font measurement 'px' stand for?
Part Explained
Pixel
Paragraph Extra
Picture
Which of the below is NOT a valid image file format?
.jpg
.png
.jfif
.jpeg
What do hyperlinks allow us to do?
Move around the internet easily
Watch movies
Get free internet
Resize images
Which HTML code allows you to display an image on the left or right hand side of the website?
Align
Move
Float
Shift
What is the HTML code to create space or a gap between your image and text?
Gap
Space
Padding
Area
What does 'HTML' stand for?
Home Tool Markup Language
Hyper Text Manipulation Language
Hyper Text Markup Language
Hyperlinks and Text Markup Language
How can you make a bulleted list?
<list>
<ul>
<nl>
<ol>
How can you make a numbered list?
<dl>
<list>
<ul>
<ol>
Which is the closing tag for a hyperlink?
</link>
</a>
</hl>
</hyperlink>
Which code opens a hyperlink in a new tab in the browser?
target="new_tab"
target="_tab"
target="_blank"
target="_newtab"
