HTML Manual


Home Page
HTML Tags
Table Tag
Image Tag
Anchor Tag and Linking
Character Attributes
Image Maps
Frames
Forms

 


HTML TAGS


There are may types of tags used in a document and they are always enclosed in brackets (<>). Tags can include properties or additional information placed inside the brackets that describe the tags appearance. Tags usually come in pairs: the first is the opening tag which tells the web browser to turn on the feature and apply it to the document and the second is the closing tag which tells the browser to stop applying the feature. Note that the closing tag starts with a back slash (/) that indicates it is the closing tag.
Basic tags     Character tags