INTRODUCTION TO HTML
Objectives
At the end of the lesson ,student should be able to:
[Link] the purpose of HTML and tags when
designing a website.
2. Create a simple web page using basic tags.
3. Familiarize the HTML Elements.
H T M L
HYPER TEXT MARKUP LANGUAGE
The Standard Markup Describes the
Language for Creating structure of a Web
Web Pages Page
Consists of a series of Elements tell the
elements browser how to
display the content
The Standard Markup
Language for Creating
Web Pages
A Simple HTML Document
Example Explained
<!DOCTYPE html> Defines that this document is an HTML5 document
<html> Root element of an HTML page
<head> Information about the HTML page
<title> Specifies a title for the HTML page
<body> Defines the document's body, and is a container for all the
visible contents, such as headings, paragraphs, images,
hyperlinks, tables, lists, etc.
<h1> Large Heading
<p> Paragraph
HTML Elements
An HTML element is
defined by a start tag,
some content, and an
end tag:
HTML Page Structure
Code
Outcome
THANK YOU!!!!!!!
Prepared by: Submitted
to:
Myra D. Bagarino Jean A. Arellano
Jamaica C. Cabrales Resource Teacher
Loverlyn Domingo
Practice Teacher