External CSS
This here is an example of External CSS. I am linking to a Style sheet outside of the page. although it is an "External" CSS page the Css is actually normally in another part of the website hence external. T use this you use the <link rel="stylesheet" type="text/css" href=""> Tag normally up in the head section between the head tags with all the other metadata that you use.
Now you know that there are 3 ways to do CSS. Inline, Internal and External CSS. External, So I am told, is the way to go Now I am going to be going through a LOT of Things to do with CSS on my courses so Please bear with me as I am Just starting out. I will probably Just be working on the CSS Page to do things and then Just updating the current pages That I already ahve so they meet up with the style sheets. (probably Just the Main index Page though), Please try enjoy this journey with me. Some pages May look rather Garish but At least I have admitted that I am not the most artistic person. anyway I would not use these types of colours on an actual Clients website Unless they Actually want it like this
now moving on to ID and Class selectors, Please click Here