What is CSS?



This content originally appeared on DEV Community and was authored by Divya Divya

  • CSS was a created by Hakon Wiume lie in 1994.

  • CSS stands for Cascading Style Sheet. It was created to style the HTML page.

  • CSS describes how html elements to be displayed on screen, paper or in other media.

  • CSS saves a lot of work. It can control the layout of multiple web pages all at once.


This content originally appeared on DEV Community and was authored by Divya Divya