Computer Science, asked by yadavlalp1234, 9 months ago

Explain the purpose and advantages of CSS

Answers

Answered by hasini69
1

Explanation:

When you create a website for your business, time and money are likely to be major concerns. Luckily, there is a web design method that can help you save time and money while also improving your visitor's experience. Cascading Style Sheets, more commonly known as CSS, has fast become the preferred web design method for the benefits it offers web designers and website visitors alike.

CSS is a language used to detail the presentation of a web page's markup language (most commonly HTML or XHTML) – such as colors, fonts, and layout. One of its key benefits is the way it allows the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS).

If you already have a website that was designed using tables, you may be reluctant to make the switch to CSS, which will require some time and effort. However, the benefits of CSS are the same for new and old websites alike — so why wait? Here are 5 great reasons to ditch those pesky tables and turn your website into a CSS success story.

Answered by Poonamnamawani2663
2

CSS is a language used to detail the presentation of a web page's markup language (most commonly HTML or XHTML) – such as colors, fonts, and layout. One of its key benefits is the way it allows the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS).

Some of the advantages of using CSS are:

Easier to maintain and update.

Greater consistency in design.

More formatting options.

Lightweight code.

Faster download times.

Search engine optimization benefits.

Ease of presenting different styles to different viewers.

Greater accessibility.

Similar questions