HTML Lessons
HTML Introduction
HTML Tags
HTML Page Structure
HTML Backgrounds
HTML Formatting Text
HTML Formatting Fonts
HTML Headings
HTML Entities
HTML Line Breaks
HTML Lists
HTML HR- Horizontal Rule
HTML Images
HTML Links
Table Introduction
Table Rows & Columns
Table Width
Table Alignment
Table Border Color
Table Background Color
Table Background Image
Cell Alignment
Cell Padding
Cell Spacing
Cell Spanning
Aligning the Table
You can align the entire table left, right or center.
<body>
<table
align="right"
width="100" height="100"
border="1">
<tr>
<td>Text1 </td>
</tr>
</table></body>
Text1
Next Lesson
© Copyright Studio6000 2006. All rights Reserved.