What is the Full form of CSS?
The full form of CSS is Cascading Style Sheets. It explains how to show HTML elements on display. For web designers, it is a powerful tool to adjust the design & control of web pages to demonstrate how they should be viewed. It is enabled by browsers and is specifically designed to distinguish the content of the document from the appearance of the report.
A brief history of the CSS
- CSS was built in 1996 by the World Wide Web Consortium.
- The term cascading in CSS means that several style sheets may be added to a single web page.
- The extension used to save CSS files is “.css”.
Framework of CSS
Pre-defined libraries are CSS frameworks, which include
- Cascade Framework
- Bootstrap.
- Blueprint
- Foundation
Features of CSS
- In CSS, a global style sheet could be used such that with no trouble and taking fewer space users can perform any improvements in the style.
- One external style sheet can be produced and can be used for designing several websites.
- By only modifying one line, you can connect a different style sheet to a web page.
Benefits of CSS
- It enables you to describe a design for each feature of HTML. Each style can be applied to as many web pages as you like.
- You can easily configure the formatting of documents and keep different documents consistent.
- It enables formatting to be shared among several pages, that reduces the size of data transfer, helping to load pages faster.
- It provides independence from the web and supports new browsers as well.
- It has more features for representation than HTML. It enables you to boost the appearance of your Html files better than just using presentational features and properties of HTML.
Comments