How to convert html to CSS?

wondering247

New member
I want to use the following html as CSS.. Do you know the CSS that will do exactly same thing as this code below?

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="8"></td>
</tr>
</table>
 
Back
Top