Question 1
How can the border surrounding a table be set?
Answer
<table border=2> </table>
Question 2
What is the function of cellpadding?
Answer
It sets the amount of space between the cell walls and the contents
Question 3
What does align attribute do?
Answer
It sets the position of the table in relation to the page
Question 4
Which tag is used to designate a table row?
Answer
Tr tag
Question 5
What is the function of the col tag?
Answer
It defines the attributes for one or more columns in an HTML table
Question 6
What is the function of span attribute of col tag?
Answer
It indicates that how many columns the col tag effects
|