|
|
|
 |
CSS
We can define CSS, a feature of HTML
developed by the W3C. With Cascading Style sheets,
both web designers and end users can create style
templates (sheet) that specifies how different text
elements (paragraphs, headings, hyperlinks, etc.)
appear on a web page.
CSS is a very powerful tool for the Web site developer.
|
They give you the chance to be completely
consistent with the look and feel of your pages while giving
you much more control over the layout and design than straight
HTML ever did
CSS having these features
1. Styles define how to display HTML elements
2. Styles are normally stored in Style Sheets
3. External Style Sheets can save you a
lot of work
4. External Style Sheets are stored in
CSS files
5. Multiple style definitions will cascade
into one
CSS allows developers to separate style (look, appearance,
colors, fonts, layout ) from the pages structure. In this
section you learn how styles applies in web pages, how to
remove errors in CSS, how to remove invalid code problem.
You just click the topic below and found detailed knowledge
and solution about your problems.
|
| |
 |