Web Designing and
Publishing (M2-R5)
CSS (Chapter – 3 )
By S Shankar Dora
,• Introduction to CSS • CSS Table
• Types of CSS • CSS Menu Design
• CSS Selectors • CSS Image Gallery
• CSS Properties
• Background properties
• Block Properties
• Box Properties
• List Properties
• Border Properties
• Positioning Properties
, • CSS stands for Cascading Style Sheet.
• CSS works with HTML and other language like XML and XHTML
• CSS is recommendation of the World Wide Web Consortium (W3C).
• 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.
• CSS Syntax : A CSS rule consists of a selector and a declaration block.
Publishing (M2-R5)
CSS (Chapter – 3 )
By S Shankar Dora
,• Introduction to CSS • CSS Table
• Types of CSS • CSS Menu Design
• CSS Selectors • CSS Image Gallery
• CSS Properties
• Background properties
• Block Properties
• Box Properties
• List Properties
• Border Properties
• Positioning Properties
, • CSS stands for Cascading Style Sheet.
• CSS works with HTML and other language like XML and XHTML
• CSS is recommendation of the World Wide Web Consortium (W3C).
• 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.
• CSS Syntax : A CSS rule consists of a selector and a declaration block.