You are on page 1of 10

HYPERTEXT MARKUP LANGUAGE

Table of Contents

 Definition of HTML

 Purpose of HTML

 Version of HTML

 Requirement

 Implementation of HTML

 Tags

 Reference
DEFINITION OF HTML

• HTML stands for “Hyper text markup language”.

• Hyper text + Markup Language

• Hyper text means “Text within Text” that is called hyper text

• Markup language means that language which consist of easily understand keywords,

names or Tags

• HTML is not a case sensitive

• Its contains tags, texts, graphics and etc.


PURPOSE OF HTML

 To create web pages and tells the browser how to display them.

 It designs the basic layout and formatting of web pages.

 HTML is made up of elements or tags and attributes which work together to identify
document parts and tell the browser how to display them.
VERSION OF HTML
REQUIREMENT OF HTML

• Text Editor

example: Notepad, Notepad++, Visual Studio,

Sublime Text, TextEdit etc.

• Browser:

example: Chrome, Firefox, Microsoft Edge etc.


IMPLEMENTATION OF HTML

Input the texts Output The Texts


Tags are used in HTML
REFERENCE

 W3School

 Tutorial Points

 Google

 HTML & CSS book by Jon Duckett’s

You might also like