Electricity Lightning

Monday, 17 November 2014

Css style sheets.

I then completed the same steps that I did with my html with my css style sheets.
I needed to create a style sheet for each page so I could manipulate individual bits of html if needed.

The difference I had to do was to link my stlye sheet with the page it was going to manipulate.

To do this I had to change this particular code on each html page.

<link href="css1.css"rel="stylesheet"type="text/css">
 <link href="styles/contacts"rel="stylesheet"type="text/css">
<link href="styles/gallery"rel="stylesheet"type="text/css">

and so forth...

No comments:

Post a Comment