Font size
WorksheetsKS3 - HTML Assessment
Total questions: 53
Worksheet time: 44mins
h1
p
a href
body
<h1> is bigger than <h2>
body{background-colour=red}
body[background-color=red]
When adding images to your html webpage. What is the golden rule?
Save files somewhere on the computer.
Make sure the video is MP4 format
Copy the image address
Find appropriate images to your content.
<p> Hanna had won the battle <p>
<h3> Section A </h3>
<a href="www.bbcnews.com"> link to bbc </a>
<video="www.bbcnews.com"> link to bbc </a>
<img srs="last_jedi.png">
<ol>
<l> Joe Hart </l>
<l> Joe Gomez </l>
<l> Kyle Walker </l>
</ol>
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.
<text>
<html>
<style>
<css>
Would set the size of the image PIC1.jpg?
Is the pic shown the correct layout for a html webpage (before elements are added)?
Yes
No
Except for the indentation
without errors
without errors
without errors
+
changing page background to light blue background and heading centered at top of webpage.
without errors
+
changing page background to dark green background and heading centered at top of webpage.
without errors
+
changing page background to light blue background and heading left aligned and dark blue in colour
What would appear in the browser tab when this website html code is run...
Grey Background
Home.html
Alan Turing
Nothing as body is empty
Nothing as p is white
What tag should this go into? (inbetween)
<head> </head>
<body> </body>
<style> <style>
<Text></text>
In this image someone is trying to add an image to their html website.
What must be done to finish...?
Press save --> run
Find an image online and copy image, then save, then run
Find an image online and copy image address, paste into the purple quotation marks then save, then run
Find an image online and copy image address, paste into the <h1> area then save, then run
Go to youtube and find a video
If you want to add a video to .html webpage, how can this easily be done
Embed a video via youtube
Copy the image address
Copy the video via a right click
What color will "Starring as Alan Turing was Benedict Cumberbatch" be?
Greg
Black
Yellow
White
Red
Select ALL the content on this webpage shown...
A heading
An image
A video from youtube
paragraphs of text
an ordered list
This webpage will have all the headings, paragraphs etc aligned to the?
Left
Right
Center
Bottom
On this html webpage is a ?
Table full of text about Bletchley Park
Table full of images of Bletchley Park
A unordered list about Bletchley Park
A table full of videos about Bletchley Park
How many rows will this table have ?
1
2
3
None
4
How many columns will this table have ?
1
2
3
None
4
Select the bigger piece of text when this .html file is run
Star Wars Original Trilogy
A long time ago in a galaxy far, far away
What will this page look like when saved and run?
White background and yellow text
Black Background and Red Text
Black Background, Yellow Text
Yellow background and black text
What is the highlighted line of coding trying to achieve?
It is trying to display an image of the film new hope
It is trying to create a hyperlink that allows a user to move from one webpage to another
It is trying to display a video for user to watch
It is simply a piece of paragraph text
