L9 Emptech
L9 Emptech
CREATION
HTML
Hypertext Markup Language
(HTML) is a code that defines
the structure and content of
web pages
HTML
-It is a text-based language
used to create web pages.
-HTML is the first and foremost
computer language
HTML IS FREE
One of the biggest advantages
of HTML is that it is free of all
cost and there is no need to
purchase specific software for it
to be used.
• HTML stands for Hyper Text Markup
Language
• HTML describes the structure of a web
page
• HTML consists of a series of elements
• HTML elements tell the browser how to
display the content
• HTML elements are represented by
TAGS
• HTML TAGS label pieces of content
such as “heading”, “paragraph”, “table”
and so on...
• Browsers do not display the HTML
tags, but use them to render the
content of the page
HTML document is divided into two main
sections the head and the body. Each
section contains specific information. The
head section contains information about the
documents like title, search engine or
keywords but is not visible to the reader. The
body section contains the information or
content that you want to appear on the web
page.
REQUIREMENTS IN CREATING A WEB PAGE USING
THE HTML