| Start Tag | Content | End tag | Notes | ||||
|---|---|---|---|---|---|---|---|
| Element | Attribute | Value | |||||
| < | a |
href= name= target= |
"http://.." "mailto:you@abc.com" "#anchor_name" "file//..." "anchor_name" "_blank" "_parent" "_self" "_top" "frame name" |
> | text or image | </a> | This tag provides for links to other section of a documents, files, web pages, and E-Mails. target attribute is not valid for XHTML |
| < | img |
style= alt= name= height= width= src= usemap= |
"float:left;" "float:right;" "border:none;" "border:solid 3px red;" "margin:10px;" "padding:5px;" "image_name" "ref_name" "80" "61" "http://..." "#name" |
/> | Image.jpg Image.gif Image.png ![]() |
None | This tag provides for image placement, size, border, and space around the image within a document. This image has margin of 10px and padding of 5px with a solid 3px red border. |