QUOTE
customscarROB Yesterday, 10:27 PM Post
I got it all but style sheets....so nope...not familiar....
Style sheets: Instead of putting in lots of tags such as colour, font size, style etc into your main source code.
You can make up a separate file called a cascading style sheet. (.css) This is done my making tags you would normally including in your source code, as a separate .css file (made in notepad).
Your main source code has a link to this .css embedded between the <head> and </head> tags.
The areas where the formatting should be included are indicated with a name typically "h" and a number, which calls onto the .css file and then displays on your web browser.
Sorry it sounds more complicated than it is.
Have a look at the source code of a few websites and see if they have them.
I've only just discovered them myself, but my lecturer wants them included in my website, so I don't really have much time to get the hang of them.