CSS Primer
What is CSS?
- CSS stands for Cascading Style Sheets
- Styles define how to display HTML elements
- Styles are normally stored in Style Sheets
- Styles were added to HTML 4 to solve a problem
- External Style Sheets can save you a lot of work
- External Style Sheets are stored in CSS files
- Internal and external style sheets will Cascade into one
CSS Demo
With CSS, your HTML documents can be displayed using different output styles:
See how it works
Styles Solve a Common Problem
HTML tags were originally designed to define the content of a document. They
were supposed to say "This is a header", "This is a
paragraph", "This is a table", by using tags like <h1>,
<p>, <table>, and so on. The layout of the document was supposed to
be taken care of by the browser, without using any formatting tags.
As the two major browsers - Netscape and Internet Explorer -
continued to add new HTML tags and attributes (like the <font> tag and the
color attribute) to the original HTML specification, it became
more and more difficult to create Web sites where the content of HTML
documents was clearly separated from the document's presentation
layout.
To solve this problem, the World Wide Web Consortium (W3C) - the non profit,
standard setting consortium, responsible for standardizing HTML - created STYLES
in addition to HTML 4.0.
All major browsers support Cascading Style Sheets.
Style Sheets Can Save a Lot of Work
Styles sheets define HOW HTML elements are to be displayed, just like the
font tag and the color attribute in HTML 3.2. Styles are normally saved in
external .css files. External style sheets enable you to change the
appearance and layout
of all the pages in your Web, just
by editing one single CSS document!
CSS is a breakthrough in Web design
because it allows developers to control the style and layout of multiple Web pages all at once.
As a Web developer you can define a style for each HTML element and apply it to as
many Web pages as you want. To make a global change, simply
change the style, and all elements in the Web are updated automatically.
CSS Tutorial
Study our Complete CSS tutorial
The Ektron Intranet
lets you do everything you need to do on your corporate intranet and everything you want to do... all with just one application.
What can you do with the Ektron Intranet? |

|
Navigate through content, documents, assets, colleagues and workgroups quickly and intuitively with enterprise search |

|
Communicate with friends and colleagues with forums, message boards and corporate blogging using the new Social Networking Platform |

|
Promote collaboration among coworkers in your organization through project workspaces where others can efficiently find information and work together |

|
Personalize your company profile by bookmarking and organizing favorite content, uploading assets, posting photos, blogging, and more |

|
Interact with features like tagging, flagging, wikis and ratings found in the Web 2.0 Toolbox |
 |
Author/edit content, manage navigation, menus, audit trails, workflow and approvals with the best in breed Content Management |
|
|
|
|
See why there are 20,000+ Ektron integrations worldwide. Request an
INSTANT DEMO or download a
FREE TRIAL today. |
|