<body scroll="auto">

Wednesday, February 3, 2010

This week, our friendly IS teacher, Mr. Cheong, introduced us to CSS. It stands for Cascading Style Sheets. We need to understand CSS in order to format web pages. Let me talk a little about CSS. CSS defines how HTML elements are displayed. The styles are also usually saved in external.css files. There is another 2 ways to use CSS which are Internal Style Sheet and Inline Styles. A .css file will look something like this:
body
{
background-colour
}
h1
{
colour:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}
Basically, CSS will make the webpage look more stylish and nicer.

Woon Chang Hoong(30)
1O1
3/2/2010 9.51pm

SLAMit.DUNKit 5:09 AM