CSS and HTML are not mutually exclusive.
CSS = Cascading Style sheets
HTML = Hypertext Markup Language.
CSS is a layout tool to present HTML tags.
You cannot convert from CSS to pure HTML.
I would advise you to learn CSS - it will really take less than half hour, because its so simple and believe me after you have CSS, you will realise how easily you can imagine amazing page layouts without much difficulty or cumbersome table tags.
|