View Full Version : wat...


vanessa_96
07-31-2006, 10:09 AM
is the difference between html n css?

Arwen
07-31-2006, 12:51 PM
What is CSS? CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, and other style attributes on Web sites, without having to use long HTML codes. The coolest thing about CSS is that you can link to an external style sheet, and this sheet can change the style (font size, color, link color, link hover etc.) on your whole Web site just by editing the one style sheet. Scrollbar and cursor properties are used only in the Internet Explorer browser and are very popular with those who use it. They are included here for that reason.


http://www.lissaexplains.com

Chris
07-31-2006, 12:59 PM
HTML is the code which creates the elements.
CSS is the code which customises those elements.

:)