HTML <table> tag syntax: <table> </table> Code Sample <table> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table> Attribute Value align left center right bgcolor rgb(x,x,x) #xxxxxx colorname border 1 0 cellpadding pixels
cellspacing pixels frame void above below hsides lhs rhs vsides box border rules none groups rows cols all
sortable summary text width pixels %
syntax: <body> </body> Code Sample HTML <body> tag syntax: <body> </body> Code Sample <html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html> Attribute Value alink color background URL bgcolor link text vlink
HTML <img> Tag Code Sample Attribute Value align top bottom middle left right alt text border pixels crossorigin anonymous use-credentials height <img src="smiley.gif" alt="Smiley face" height="42" width="42">
hspace pixels ismap longdesc URL src usemap #mapname vspace width
syntax: <font> </font> Code Sample HTML <font> Tag syntax: <font> </font> Code Sample <font size="3" color="red">This is some text!</font> <font size="2" color="blue">This is some text!</font> <font face="verdana" color="green">This is some text!</font> Attribute Value color rgb(x,x,x) #xxxxxx colorname face font_family size number