CSS Training
CSS Training
What is Css?
• CSS stands for Cascading style sheets. It describes to the user how to
display HTML elements on the screen in a proper format. CSS is the
language that is used to style HTML documents. In simple words,
cascading style sheets are a language used to simplify the process of
making a webpage.
• With the help of CSS, we can control the colour of text and style of
fonts, and we can control the spacing between the paragraph and
many more things.
Syntax of Css
• h1{color: blue ; font-size:50px}