Computer Science, asked by vaidehi5547, 8 months ago

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 legend82050
5

Answer:

cellpadding

Explanation:

cellpadding

Answered by jahanvi567
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