DEV Community

Gayathri.R
Gayathri.R

Posted on

What is CSS

CSS, or Cascading Style Sheets, is a stylesheet language used to describe the presentation of a document written in a markup language like HTML. It controls the visual styling and layout of web pages, making them visually appealing and user-friendly. CSS works by separating the content and structure of a webpage (defined in HTML) from its presentation.

Top comments (0)