Lesson details

Key learning points

  1. 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
Correct answer: Tags
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.
Correct answer: The house was very big! with the word very in italics and bold.
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
Correct answer: Heading tags do not match and no closing tag
No closing tag
Nothing
Q4.
What word is missing from this line of HTML code? <h2 ="color:blue;">Pig one</h2>
center
color
font
Correct answer: style
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?
Correct answer: .html
.pdf
.txt
.web

Lesson appears in

UnitComputing / Development for the Web

Computing