0% found this document useful (0 votes)
10 views

Introduction To HTML

This document provides an introduction to HTML and describes its purpose and structure. It discusses (1) the objectives of learning HTML, (2) defines HTML as the standard markup language for creating web pages using elements to describe page structure and display content, and (3) provides examples of basic HTML tags and page elements.

Uploaded by

Jamaica Cabrales
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Introduction To HTML

This document provides an introduction to HTML and describes its purpose and structure. It discusses (1) the objectives of learning HTML, (2) defines HTML as the standard markup language for creating web pages using elements to describe page structure and display content, and (3) provides examples of basic HTML tags and page elements.

Uploaded by

Jamaica Cabrales
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

INTRODUCTION TO HTML

Objectives

At the end of the lesson ,student should be able to:


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

You might also like