CSS
CSS stands for Cascade Style Sheet
An extension to HTML to allow styles, e.g. colour, font, size to be specified for certain elements of a hypertext document. Style information can be included in-line in the HTML file or in a separate CSS file (which can then be easily shared by multiple HTML files). Multiple levels of CSS can be used to allow selective overriding of styles.
(Lets say you want all the links to have the same appearance, color, etc.. instead of changing one by one, you set up the style sheet to do this for you, if you ever want to change the look of those links again, you just change the style sheet, and its done)
Since you dont really have knowledge of this, try doing a search on Google (or any other) for "CSS tutorial" or so, there are many free CSS tutorials out there.
Good luck,
|