CSS stands for "cascading style sheets." You can use them to define specific attributes for HTML tags--for instance, what color links should be, the font and size of paragraph text, et cetera. It provides a finer layer of control over how a Web site displays, which means you can do pretty things. You just have to connect your style sheet to your page, usually by inserting a link.
no subject
CSS stands for "cascading style sheets." You can use them to define specific attributes for HTML tags--for instance, what color links should be, the font and size of paragraph text, et cetera. It provides a finer layer of control over how a Web site displays, which means you can do pretty things. You just have to connect your style sheet to your page, usually by inserting a link.