Computer Science, asked by AnshSrivastava22, 1 year ago

Difference between
*cell spacing and cell padding
*rowspan and colspan

Answers

Answered by ruchi0823
7
CELL SPACING
● it is used to set the minimum or maximum distance between cells and pixels.
CE PADDING
●it is used to set minimum or maximum distance between cell wall and cell content.
_______________________
ROWSPAN
● It is used to merge cells vertically..
COLSPAN
●it is used to merge cells horizontally.

HOPE IT HELPS YOU

ruchi0823: if you like mark as brainliest and follow me
AnshSrivastava22: Brainliest can only be chosen between 2 answers
ruchi0823: yaa when you get brainliest option then mark
AnshSrivastava22: hmm ok
Answered by dorri
4

Here's your Answer :

 \bf{ Cell Spacing}

» It refers to the amount of space between two adjacent cells in a table.

 \bf{ Cell Padding }

» It refers to the amount of space between the outer edge of table cell and the content in the cell

 \bf{Rowspan}

» This attribute specifies the number of rows a cell should span(merge).

<th rowspan ="2" > ABC </th>

 \bf{ Colspan}

» This attribute specifies the number of columns a cell should span(merge).

<th colspan ="2"> XYZ </th>

Attachments:
Similar questions