HTML in brief
Written by Shanto on November 19, 2008 – 9:36 pm
HTML is not case sensitive.
The language is used to write Web pages. Based on SGML and recently rewritten to follow XML guidelines.
The following is an example containing standard HTML tags.
The example consists of the head, which contains the title and the body, which consists of paragraphs, lists, subheadings, graphics.
Use styling tags inside the paragraph tags. [...]