Introduction to html, definition and structure
Introduction to HTML.
Definition of HTML.
HTML stands for Hyper Text Markup Language.
HTML is a famous standard markup language by which we can create webpages. And set of webpages create the websites.
What is HTML ?
- Html stands for Hyper Text Markup Language.
- Html defines the structure of webpages.
- Html has a series of html elements.
- Html Elements tell a browser how to display the contents of the webpage.
- Html elemets are shown or defined with the help of html tags.
- Browsers never display the html tags as output, but the render the content of html page.

A simple HTML Document Structure.
This is a Heading.
This is a Paragraph.This is a Heading.
This is a Paragraph.
With html, you can create your own webpages and websites.
To know more about html, continue to new page.