CSS stands for Cascading Style Sheets that help to modify the formatting, look, and feel of markup language content. It helps to provide additional convenience to HTML. It is generally used to enhance the user interface to make it more easy and attractive for the user.
What we can do with CSS
You can modify new looks to your basic HTML files.
You can change the user experience of a website by just making a few changes to your CSS file.
Impotance of CSS
1.) HTML fomatting problem solve
Before CSS, HTML attributes were used to implement the look and feel of the website and were very limited as the applications developed at that time were not so good and users face a lot of problem while using it but later css was launched and it brought a new era in website development
2.) Saved a lot of time
CSS is saved in an external CSS file, so it helps the developer to change the interaction of the page by changing it in just one file.
3.) More features added
CSS comes with a lot of features which were not present in HTML attributes and this helps CSS to make it more important for every web developers to use it.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
CSS stands for Cascading Style Sheets that help to modify the formatting, look, and feel of markup language content. It helps to provide additional convenience to HTML. It is generally used to enhance the user interface to make it more easy and attractive for the user.
What we can do with CSS
Impotance of CSS
1.) HTML fomatting problem solve
Before CSS, HTML attributes were used to implement the look and feel of the website and were very limited as the applications developed at that time were not so good and users face a lot of problem while using it but later css was launched and it brought a new era in website development
2.) Saved a lot of time
CSS is saved in an external CSS file, so it helps the developer to change the interaction of the page by changing it in just one file.
3.) More features added
CSS comes with a lot of features which were not present in HTML attributes and this helps CSS to make it more important for every web developers to use it.