CutU Chiqueno
-1
Q:

what is css

HYPER-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. 
5
In this example all <p> elements will be center-aligned, with a red text color:

p {
  color: red;
  text-align: center;
}
1
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 files
4
/**
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).*/
1

New to Communities?

Join the community