what is css

CSS
What is CSS?
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are 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
External stylesheets are stored in CSS filesHYPER-TEXT MARKUP LANGUAGE
Is the standardised markup language (a subset of XML) that 
defines the layout of a webpage. 
HTML has no functional properties, other languages such as 
JavaScript must be used in order to manipulate the layout
and perform HTTP requests.
CSS (Cascading Style Sheets) is commonly used to style the
elements in the layout. /**
Cascading Style Sheets
CSS is the acronym of “Cascading Style Sheets”. CSS is a computer language for laying out and structuring web pages (HTML or XML).*/
Source

Also in CSS: