Programming Books

Learn CSS Complete Tutorial step by step web programming PDF

Introduction To Advanced CSS(Cascading Style Sheets) For Beginner with Examples Step By Step Tutorial  Download PDF.

Introduction To CSS(Cascading Style Sheets)

  • CSS stands for Cascading Style Sheets
  • CSS describes how HTML elements are to be displayed on screen, paper
  • CSS saves a lot of work.
  • External stylesheets are stored in CSS files

CSS Syntax 

A CSS rule-set consists of a selector and a declaration block:

CSS Comments 

CSS Comments starts with “/*”  And Ends With “*/”

here the Example

{
color: red;
/* This is a single-line comment */
text-align: center;
}
/* This is
a multi-line
comment */

 

Download Full PDF For Free 



Click Here To Download

Leave a Comment