Shivam has been given an assignment by her class teacher to design a table in such a way that the amount of space between its cell borders and cell data is 5 pixels and distance between any two cells is 3 pixels. Which attributes can she use to accomplish this task?
Answers
Answered by
5
Answer:
cellpadding
Explanation:
cellpadding
Answered by
2
Shivam can use Cellspacing attribute. This attribute is used to set the minimum distance between two adjacent cells, measured in pixels.
It is an attribute of <table> tag.
The cellspacing and cellpadding are the attributes, which are used to set spacing in and between the table cells.
#SPJ2
Similar questions