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.
Return to first slide | 15 Minute Series Home | 15 Minute Series Search |