Lesson details

Key learning points

  1. In this lesson, we will take our first footsteps in web development. We will start by gaining an understanding of what a website is and how it ends up in the web browser. Then we will edit content in a website before creating our very own web page from scratch.

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...

3 Questions

Q1.
What does HTML stand for?
Hashing Text Markup Language
Home Tool Markup Language
Correct answer: Hyper Text Markup Language
Hyperlinks and Text Markup Language
Q2.
If the opening tag is <h1>, what will the closing tag look like?
/h1
</>
Correct answer: </h1>
<h1>
Q3.
Which of these comes first? <head> or <body>
<body>
Correct answer: <head>

Lesson appears in

UnitComputing / HTML

Computing