What is HTML?
HTML stands for Hyper Text Markup Language, it is the standard markup language for creating Web pages. HTML describes the structure of a Web page with a series of elements. Those elements tell the web browser how to display the content.
Basic HTML structure
Page Title
Page content
to
tags
The
to
tags are used to define HTML headings.
defines the most important heading.
defines the least important heading.
Example
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6