| Tables | |
| <table></table> Creates a table | |
| <tr></tr> Sets off each row in a table | |
| <td></td> Sets off each cell in a row | |
| <th></th> Sets off the table header (a normal cell with bold, centered text) | |
| Table Attributes | |
| <table border=#> Sets width of border around table cells | |
| <table cellspacing=#> Sets amount of space between table cells | |
| <table cellpadding=#> Sets amount of space between a cell's border and its contents | |
| <table width=# or %> Sets width of table in pixels or as a percentage of document width | |
| <tr align=?> or <td align=?> Sets alignment for cell(s) (left, center, or right) | |
| <tr valign=?> or <td valign=?> Sets vertical alignment for cell(s) (top, middle, or bottom) | |
| <td colspan=#> Sets number of columns a cell should span | |
| <td rowspan=#> Sets number of rows a cell should span (default=1) | |
| <td nowrap> Prevents the lines within a cell from being broken to fit | |
| Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table |
| Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table |
| Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table |
| Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table | Table |
Images can be very useful on some websites, sometimes to show products that they want to sell.On others they use images to show people of important things.
| Image Tags | |
| <img src="name"> Adds an image | |
| <img src="name" align=?> Aligns an image: left, right, center; bottom, top, middle | |
| <img src="name" border=?> Sets size of border around an image |