Saved Bookmarks
| 1. |
Explain the attributes of <Table> tag?Name any six attributes of <table> tag that determine the general layout of table. |
|
Answer» 1. Border: It specifies the thickness of the border lines around the table 2. Bordercolor: It specifies the colour for border lines 3. Align: It specifies the table alignment, the values can b,e left, right or center 4. Bgcolor: It specifies the back ground colour for the table. 5. Cellspacing: It specifies the space between two table cells 6. Cellpadding: It specifies the space between cell border and content 7. Cols: It specifies the number of columns 8. Width: It determines the table width 9. Frame: It specifies the border lines around the table, values are void, border, box, above, below,… |
|