Hello

Welcome

Tuesday, February 9, 2010

My Fourth IS lesson: CSS

Last week, I learned about CSS which stands for cascading style sheet. CSS is basically used to decorate your web page. To make a CSS, you must first connect your HTML file to your CSS file. To connect, put in < link href="style.css" rel="stylesheet" type="text/css" > after the < title >, in between < head > and < /head >. Next, to design your web page, you could add in the change of the font, color etc. etc. of the words. You could also change the background color, image etc. etc. Lastly you could also highlight, underline, change the color of the header etc. etc. One good thing about CSS is also that it could change all the pages in one statement and not one statement for each page.Thank you for reading my post.

No comments:

Post a Comment