CSS Overview
CSS is a cascading style sheet. Which was used inside of html webpages. CSS was used to formatted webpages like font style , background style. marquee text and so on. CSS has much predefined function and variable and objects.Syntax
Declare Style tag at starting of the CSS files
body of CSS functions and content.
Example:
<style>
background-color:FFF;
align : left:
</style>
Above simple Css file was just modify background color and alignment left. We can write style script separate classes. CSS has huge predefined class function and huge keywords. We will analyse Other style script on next Post about CSS.

No comments:
Post a Comment