Category | Education |
Last Updated | 2016-11-07 |
Latest Version | 0.0.5 |
Size | 6.01 MB |
Installations | 10000+ |
Android version | 4.0 and up |
Content Rating | Everyone |
.
As the Web gained popularity, designers started looking for possibilities to add layout to online documents. To meet this demand, the browser producers (at that time Netscape and Microsoft) invented new HTML tags such as for example which differed from the original HTML tags by defining layout - and not structure.
This also led to a situation where original structure tags such as were increasingly being misused to layout pages instead of adding structure to text. Many new layout tags such as were only supported by one type of browser. "You need browser X to view this page" became a common disclaimer on web sites.
CSS was invented to remedy this situation by providing web designers with sophisticated layout opportunities supported by all browsers. At the same time, separation of the presentation style of documents from the content of documents, makes site maintenance a lot easier.
CSS was a revolution in the world of web design. The concrete benefits of CSS include:
control layout of many documents from one single style sheet;
more precise control of layout;
apply different layout to different media-types (screen, print, etc.);
numerous advanced and sophisticated techniques.