CBSE Class 10 Computer Applications
Question 33 of 37
Cascading Style Sheets (CSS) — Question 13
Back to all questions 13
Question Question 13
What do you understand by Stylesheets? How are these useful ?
A style sheet is a file containing formatting guidelines that define the overall look of a document.
Style sheets are useful in the following ways:
- It helps to separate structure and presentation. The HTML file can include structure tags and style sheet takes care of the presentation of content.
- Web pages download much faster.
- Developers have to type less code, and the web pages are shorter and neater.
- The look of the site is kept consistent throughout all the pages that work off the same style sheet.
- Updating design and general site maintenance are made much easier.
- Errors caused by editing multiple HTML pages occur less often.