Coding the Table - Horace Mann School

Download Report

Transcript Coding the Table - Horace Mann School

Planning, Designing,
and Coding a Table
Creating tables for a Web page is a
three-step process:
– Determine if a table is needed
– Plan the table
– Code the table
1
Determining if a Table is Needed
Not all Web page applications require
the use of tables
A table is appropriate when it makes
the Web page easier to read
2
Determining if a Table is Needed
bulleted
list
3
table
Planning the Table
Must begin with good design
Sketch the table before writing HTML
4
Coding the Table
Four main tags in coding a table:
5
Coding the Table
start table
heading cells
data cells
end table
6
Table Attributes
7
Start TextEdit
8
Enter Initial HTML Tags
9