Interview Questions

How To Style Table Cells?

CSS Interview Questions and Questions


(Continued from previous question...)

84. How To Style Table Cells?

Margin, Border and Padding are difficult to apply to inline elements. Officially, the <TD> tag is a block level element because it can contain other block level elements (see Basics - Elements).
If you need to set special margins, borders, or padding inside a table cell, then use this markup:

<td>

yourtext </div></td>
to apply the CSS rules to the div inside the cell. </p>

<

(Continued on next question...)

Other Interview Questions