HTML The mother of all web languages.
Basically HTML is a program which is based on tags. If you are willing to give a command in HTML, two tags are used first one is the starting tag and the other one is ending tag and the command is written in between of these two tags. The very last command which is written in HTML is the ending tag which is denoted as /HTML". The /" slash bar stands as an ending of the tag.
In HTML every start tag must have an end tag because these are the tags which begin a segment of system and end tag to finish them. The head section to begin can be denoted as head" and it has to be finished with a command /head". It has got all kind of information regarding itself and page title and also has a code for any kind of page transition which you mat have. The page title is the part which explains itself and is always written as /title".
The next most important tag which is used in the HTML is the body tag and is written as body". This is the part of HTML which contains the main content of the HTML and is also denoted as /body". This section of the HTML is very useful because you can put anything in this part, for example navigation bars, page banners, tables, images, horizontal lines, hyperlinks and many more. But these things mentioned above can be written only in the body section and nowhere else.
Let us checkout the code for some very simple things.
Headings you can use the code as h" and h1" for heading 1, h2" for heading 2 and so on. The paragraph code can be written as p" or it can be written as /p" both are the same. The images which are kept in the HTML are made with thousands of words and if it is so then many my space pages are absolute encyclopedias. My spacers are there to update their profiles with images but they are not really aware that what they can do with a bit of HTML and coding to display the similar pictures.
Hence, HTML is one of the important used key factors for Internet.