1 - Lesson 1
1 - Lesson 1
TO HTML
HTML
24/01/202
5
Introduction to HTML
• HyperText
Markup Language
is the language of
the web
• It describes the
content in web
pages
<opening> and
</closing> tags
<holiday>
– Swimming
– Sandcastles
– Sightseeing
</holiday>
Without the closing tag we would all be in
a permanent state of ‘holiday’!
Parts of a webpage
■ The webpage is
composed of two parts:
– The head: where Head
everything about
the webpage is held
– The body: where all
the visible content Body
will be shown
■ You can think of this as
all the brainy stuff
belongs in your
head/brain. You show
off the clothes on your
body
Time to start editing!
■ You are going to create a basic webpage
today with the following three things:
– A Title
– Different Headings
– Using Paragraphs
<h
1>
Headings
■ Headings belong in the body because the
user wants to see them
Paragraphs