Lesson 1 - Introduction to HTML
Lesson 1 - Introduction to HTML
TO OUR TLE
CLASS!
TLE 8 - ICT
Webpage Design Using HTML/CSS
WEBPAGE
DESIGN USING
HTML/CSS
INTRODUCTION
• How often do you browse the internet?
It is a declaration
that defines that
this document is
an HTML5
Document.
HTML Document
<html>
It is an opening tag
which lets the
browser know that it
is reading HTML code.
HTML Document
<head>
It contains
information about
the page, such as
its title, meta tags,
and where to
locate the CSS file.
HTML Document
<title>
<body>
<p>
This element
defines a
paragraph.
HTML Document
<h1>
This element defines a large
heading.