You are not logged in.

#1 2014-10-05 10:32:01

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Is CSS Helpful?

Styles Solved a Big Problem:


HTML was never intended to contain tags for formatting a document.

HTML was intended to define the content of a document, like:

<h1>This is a heading</h1>

<p>This is a paragraph.</p>

When tags like <font>, and color attributes were added to the HTML, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.

To solve this problem, the World Wide Web Consortium (W3C) created CSS.

In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.

All browsers support CSS today.


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2014-10-05 10:32:01

Advertisement
Ads By Google

Re: Is CSS Helpful?



\n
The following user say "Thank You" for this post:Guest

Board footer