CSS Tutorial I – What is CSS?
What is CSS?
CSS stands for Cascading Style Sheets and is used for making HTML pages nice and pretty.
How to Use CSS?
You define CSS in the beginning of an HTML document. Look at the following code:
</p>
</p>
.page{ top: 10px; right: 400px; width: 200px; background:green; font-family:Baskerville; }
</head> </p> <div class=”page”>
Uses of CSS
</div> </body> </html>
The CSS is in bold. Let’s take a look at the CSS in this code. There are 2 major sections of this document; the //Concludes the CSS</td> </tr> </tbody> </table>
</div></td> </tr> </tbody> </table>
That’s basically what CSS is about. A good CSS online editor to check out is cssdesk.com. You can read about it here. If you have any problems, feel free to comment.
|
Leave a Comment