Quote:
Originally Posted by randle
What is the difference between html and Css? Because I have played around with html and actually have built a site.I know the little simple stuff.Like how to read thoughr the script and readjust or repositon things on your site. etc.
|
HTML is about content. It's what you put in a page, like tables and texts. CSS deals with the lay-out and formatting of that page.
Coding format and lay-out into the HTML page is passe and bad practice. Both XHTML and CSS are needed to make an attractive site. Actually, the XHTML page is linked with the CSS page.