DEV Community

KIRUBAGARAN .K
KIRUBAGARAN .K

Posted on

what is CSS ?

  • CSS (Cascading Style Sheets) is a stylesheet language fundamental to web development, working alongside HTML and JavaScript to define the presentation of web documents.

  • It allows developers to control elements' layout, colors, fonts, and other visual aspects, ensuring a consistent and appealing user experience across different browsers and devices

1994- Haykon Wium Lie proposed the idea of CSS.

1996- The first version of CSS was invented.

1998- CSS 2 was released and work on CSS 3 began.

CSS 3 was very different from the other versions, fot instead of being a single monolithic specification, it was published as a set of separate documents known as modules.

2011- CSS 2.1 was released, which fixed the errors found in CSS 2.

Top comments (0)