|
|
|
CodeAve.com -
HTML -
Tables
|
|
|
CodeAve.com/HTML - Tables
|
Table Width - Pixcels & Percents
Table width will determine how much of the browser space (horizontally) will be used to display your table. There are two basic ways to accomplish this by percent and by pixels. Pixels can be thought of as the smallest logical unit for display. Logical (more)
Table Data Text
Table cell alignment will determine how items placed in a table cell will appear. Typically without a table cell alignment commands a table cell will default to display justified to the left and middle of the cell. You can position cell output to displa (more)
Table Alignment
Tables can be aligned to the left, right or center. Without an alignment command a table will default to display on the left side of the browser. Elements within the table can be manipulated further regardless of the table alignment. (more)
Table Colors
Colors can be applied to tables or to parts of tables in html. All of the table tags <table>, <tr>, <th> and <td> can be colored by adding the bgcolor=“Any Color” to them. Colors can be added displayed on top of other colors the (more)
Table Header
The table header tags behave much like table cells tags, however by default the text within the tags is placed in bold type and centered within the cell. (more)
Caption
Captions allow for the easy addition of text above or below a table in html. Captions are set to the same width as the table they’re associated with. Many developers overlook this tag and typically reserve the first or last table row/cell to display a c (more)
|
|
|
|
|