Intro to HTML - 0004

Menu Back Next
Elements of HTML syntax !

The special control characters that separate HTML markup from ordinary text are the left and right angle brackets: < >

These characters indicate that the browser should pay special attention to what they enclose. In HTML, left and right angle brackets can enclose all kinds of special instructions called TAGS.

A tag takes a generic form that looks something like this: <TAGNAME>TEXT</TAGNAME>

So they comes in PAIRS! Notice the 2nd Tag and how it closes the first Tag!