Posts

Showing posts with the label colspan

Create tables using HTML

Image
Tables:    A HTML table are created using <table> tag.    A table row is created using <tr> tag.    A table header is created using <th> tag.    A table data is created using the <td> tag. If we write this code, the page appears to be... Cell padding and cell spacing attributes:   There are two attributes called  cell padding  and  cell spacing  which you will use to         adjust the white space in your table cells. Cell padding:   Cell padding sets the space between the contents of the and its borders. If you do not specify a padding, the table cells will be displayed without padding. If we write this code, the page appears to be... Cell spacing:   The cell spacing  attribute defines the width of the border. If we write this code, the page appears to be... Colspan attribute: If we write this code, the page appears to be... You will use colspan  attribute if you want to merge two o