10.5k views
5 votes
2. What is the purpose of CSS in Web Development? O Creating dynamic server-side logic O Managing databases 0 Designing the user interface 0 styling web content Handling server requests and responses

1 Answer

4 votes

Answer:

The purpose of CSS (Cascading Style Sheets) in web development is:

- Styling web content: CSS is used to control the visual appearance of web pages, including layout, colors, fonts, spacing, and other design elements. It allows developers to apply consistent and appealing styles to web content.

Out of the options you provided, the correct answer is: Styling web content.

User Maosheng Wang
by
8.3k points