What is HTML?




HTML tags are used to define areas of a document as having certain characteristics.

The tags used in HTML usually consist of a code in between two "wickets". These codes are called container tags because the formatting described by the tags affects only the text contained between the tags.

For example, <B> and </B> are the starting and ending tags used to indicate an area as bold. Therefore, the following markup will yield a sentence with the word "hello" in bold.


Only the word <B>hello</B> will be bold. 





[Next] [Previous]