|
|
CSS - Cascading Style Sheets
|
|
Explanation |
Styles defines how to display the HTML elements. Both Netscape 4.0 and IE 4.0 version support CSS.
Initially the presentation layout is handled by the browser. But it let to so many problems.
The solve the problems "World Wide Web Consortium" (w3c) -
the non profit, standard setting consortium responsible for standardizing html, created styles in addition to html 4.0.
Here you will learn on how to use CSS with your html elements.
The look and feel of any site can be improved drastically by using CSS.
Use the left panel to browse thro the different css topics.
Index of CSS Tutorial
|
|
A Note |
CSS - Cascading Style Sheets can be used along with html tags as explained in this site.
This simple CSS will help you to create much elegant and neat html web pages.
This does not need any additional softwares or codings.
All web browser are capable of handing CSS codes.
Note 2: If required you can using <span> instead of <div> tags.
div tag will start and end on new lines. span will not exceed the tag area.
|
|
|
|
|
|