(1)To improve the appearance of your site, have it load quicker and reduce maintenance time.
(2)You wouldn't have to enter font tags over and over again just to make all the header sections look the same.
B:WHAT ARE FOUR DIFFERENT TYPES OF STYLE?
(1)Inline Style commands which are what I am using now while creating this page!
(2)Embedded Style Commands which are placed in the head of your document using the STYLE tag element and apply to the whole single web document.
(3)Linked Style Sheets are separate document files that can be applied to as many pages as you want including your whole website!
(4)Imported Style Sheets are similar to the linked sheet but can be applied to several different websites...this still has some *bugs* so it is not recommended to use this style.
C:WHAT SHOULD ALWAYS FOLLOW A VALUE IN YOUR STYLE DECLARATION?
A semi-colon should always follow a value in your style declaration!
D:HOW WOULD YOU CREATE A HEADING BLUE, UNDERLINED, AND 18 POINTS IN SIZE?
Click view/source to see how I accomplished the answer to this question!
ANSWER BELOW:
I love CSS! You would too!
E:WHEN YOU HAVE A FONT NAME THAT IS MORE THAN ONE WORD, HOW DO YOU HANDLE THAT?
You will have to enclose a font name that contains more than one word with single quotation marks...for example 'Courier New'
F:TRUE OR FALSE? YOU DON'T HAVE TO WORRY ABOUT CLOSING TAGS IN HTML WHEN USING CSS?
This is absolutely false..it is imperative that you do use closing tags in CSS. If you don't you will end up with a very strange looking web document.
I really enjoyed this weeks lesson! Learned a lot already and I'm looking forward to more in the next few weeks *S*