Defination of web tool

Photo by KOBU Agency on Unsplash

Defination of web tool

About CSS

Date 19-01-2023

Today is my 4th blog in hashnode. today I have explained the whole CSS.

CSS stands for Cascading Style Sheet it is used to describe the look and formatting of the document written in HTML. it is used to define the style of the element on a web page, such as the font, color, size and layout of text and other elements.

it is developed by
World Wide Web Consortium
(W3C) initial release date is 17-December 1996 around 26 years ago and the latest release was on 12 April 2016 around 6 years ago.

The importance of CSS for web development are follow

  • Styling and responsive design.

  • Separation of concern and appearance.

  • reusability and animation.

Reason to learn CSS?

  • Fast page speed

  • Better UX and quick dev time

  • easy formatting changes and compatibility across devices.

CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

there are mainly three types of CSS

  • Internal CSS.

  • Inline CSS.

  • External CSS.