Site hosted by Angelfire.com: Build your free website today!




I happen to know a lot about Hyper Tech Markup Language (HTML). I know alot about the bgcolor and also the background of a page. I know plenty about JavaScript.


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

TableTable TableTable TableTable TableTable TableTable TableTable
TableTable TableTable TableTable TableTable TableTable TableTable
TableTable TableTable TableTable TableTable TableTable TableTable
TableTable TableTable TableTable TableTable TableTable TableTable

Images

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



Bgcolor and Background
<Body bgcolor= "This makes the color of your webpage">
<Body background= "This can make your backround produce a image">