WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Cellspacing
|
|
Rowspan
|
|
Colspan
|
|
Cellpadding
|
Detailed explanation-1: -Cellpadding specifies the space between the border of a table cell and its contents (i.e) it defines the whitespace between the cell edge and the content of the cell. Cellspacing: Cellspacing specifies the space between cells (i.e) it defines the whitespace between the edges of the adjacent cells.
Detailed explanation-2: -CELLPADDING sets the amount of space between the contents of the cell and the cell wall.
Detailed explanation-3: -Cell padding is the space between the cell edges and the cell content.
Detailed explanation-4: -Answer: CELLSPACING controls the space between table cells. Although there is no official default, browsers usually use a default of 2.
Detailed explanation-5: -Explanation: To specify the distance between cells, set the CELLSPACING attribute in the TABLE tag. To specify the distance between the borders of each cell and its contents, set the CELLPADDING attribute in the TABLE tag. All cells in a table have the same padding and spacing.