Friday, 21 September 2007

CSS study ------> part 2 ------> W3School

This is a very helpful place for you to study CSS. It has almost everything you need for CSS. And examples are very useful.

In your HTML page, you need to have style.css imported, which will help you to format your page properly, like
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css" />
</head>

This tells the browser to look for the style sheet for the web pages.
Generally the style sheet starts with some basic format definitions of the page,like h1, h2, h3, p and a etc.

No comments: