Using CSS file in conjunction with HTML files

1) The css fileis (the files with the .css extension, included in the directory where the html files are, on the server) responsible for the presentation (look) of the information (content) included in the html file (the file with htm or html file).

2) Open your favourite text editor enter the CSS basic components, give the file a name and save it with the extension .css. The html file will include in the head tag a refernce to this CSS file. eg. <head> <link rel="stylesheet" type="text/css" href="jsites.css"> </head>

To read more, click here.
Free Web Hosting