Year 8
Lesson details
Key learning points
- In this lesson, we will look behind the curtain to help learners start to understand how web pages are constructed using HTML tags, and how they can be modified to display content as they wish.
Licence
This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.
Loading...
5 Questions
Q1.
What is used to provide structure in a HTML document
A text editor
Identifiers
Togs
Q2.
What will the following line of HTML display? The house was <em><b>very</b></em> big!
The house was very big! All in bold.
The house was very big! All in italics.
The house was very big! with the word very in italics.
Q3.
What is wrong with this line of HTML? <h1>Welcome to the world of HTML<h2>
Heading tags do not match
No closing tag
Nothing
Q4.
What word is missing from this line of HTML code? <h2 ="color:blue;">Pig one</h2>
center
color
font
Q5.
When using a text editor to create a web page, what file type should we make sure is at the end of the filename?
.pdf
.txt
.web