In this session we will learn about Tables in HTML.
This is simple and useful.
Tables is just row and column. In HTML we defined with
tag.To easy of understanding,tr is row td is column in it.
There are no rules of what table consists of.
It may consists of image, list, paragraph or what ever.
In this session we are going to see about:
1. Table Creation (With and without Border)
2. Split Cells Merge Cells
1. Table Creation
is table row and is table data as table consists of rows and column.
2. Split and Merge Cells
is table header.
Colspan: number of column it is going to span.
row span: number of many rows its going to span
keep in mind the n-1 logic. if u specify 3, it will span 2 cols/rows
Friday, November 27
Subscribe to:
Post Comments (Atom)



No comments:
Post a Comment