Download presentation
Presentation is loading. Please wait.
Published byMadisyn Gillins Modified over 10 years ago
1
Basics of Tables
2
Tables Give Flexibility Are arranged in rows and columns In XHTML, you do not directly define the columns of a table Calculated by browser based on maximum number of cells in any given row
3
Tables/HTML The language wasnt intended for laying out pages The table feature was adapted Not the best system (use CSS) Requires large amounts of code Creates problems for disabled users, search engines Difficult to maintain
4
Basic Table Column Row
5
A Look at Table HTML >
6
Add Data to Table The source would now look like this: Yo Graphic of NJ or text here > Corzine or Christie? YoGraphic of NJ or text here Corzine or Christie?
7
Modify Table Hi >
8
Borders
9
Review opens the table, and closes it specifies the beginning and ending of a table row specifies the beginning and ending of table or cell data combines 2 or more cells into one bgcolor="######" gives the table a background color bordercolor="######" gives the table a border color, if border is 1 or higher in size border="#" the size of the table border aligns the contents of the cell, values in between the quotes are either left, right or center
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.