Table and List Tag

 Table and List Tag

Table

Using this tag we can display on browser rows and columns. Table tag we are using to design web page based on our requirement.

<tr> to place rows in table

<td> to place cells in table

cell padding = to increase or to decrease space between content of cell and border of cell.

cell spacing= to increase or to decrease space between two cells.

colspan= using this property we can combine multiple columns as one column.

rowspan= to combine multiple rows as one row.

List

In html two types of list is available 

1) Order list 

2)Unorder list


Post a Comment

0 Comments