Html stands for Hyper Text Mark-up Language and is the makeup code of the entire web.
It is the language that web browser, such as, firefox and internet explorer read and
it gives web pages their structure and content.
The language is easy to learn but you have to be patient as it take a while to master.
Try typing your web page, as you go through the steps
HTML pages are made up of elements. Elements exist for thing such as paragraphs and headers etc.
These elements consist of opening and closing tags
Whatever the command is,it goes between the two tags.
The closing tag always has the forward slash in it with the command afterwards.
The example below shows the tags being used in a paragraph.


