Download presentation
Presentation is loading. Please wait.
1
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
2
cellspacing pixels frame void above below hsides lhs rhs vsides box border rules none groups rows cols all
3
sortable summary text width pixels %
4
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
5
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">
6
hspace pixels ismap longdesc URL src usemap #mapname vspace width
7
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.