Year 8 – Developing for the web Homework
Lesson 1 – Website building blocks
Homework: HTML tags
Complete the gaps in the HTML document on the left-hand side to produce the
webpage shown in the image on the right-hand side.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>HTML tags</p>
</p>A HTML page is built using
tags. Web developers use tags to
mark where parts of a web page
should be in relation to the body of
the document. Tags are made up
of a < and > with a symbol in
between. The symbol tells your
web browser how the information
enclosed between
the tags should be treated.</p>
<p>For example:</p>
- em means that the text will
become <h3>italicised<red>
<br>- b means that the text will
be <b>bold</p>
<p>The style of a tag can be
changed. Between the brackets
the keyword style can be used to
change some properties.</p>
<p>For example:</p>
- style="color:red;" changes the
text of the h3 tag to become:
<h3 style=”color:;">red</h3>
<__>- style="font-size:25px;"
changes the text of the h3 tag to
become size:
<h3 style="font-
size: :25px;">100px</h3>
</p>
</head>
</html>
Page 1 Last updated: 07-
12-20
Year 8 – Developing for the web Homework
Lesson 1 – Website building blocks
Resources are updated regularly — the latest version is available at: ncce.io/tcc.
This resource is licensed under the Open Government Licence, version 3. For more information on
this licence, see ncce.io/ogl.
Page 2 Last updated: 07-
12-20