Wednesday, November 13, 2019

Day 4


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 files

CSS Syntax

A CSS rule-set consists of a selector and a declaration block:
The selector points to the HTML element you want to style.
The declaration block contains one or more declarations separated by semicolons.
Each declaration includes a CSS property name and a value, separated by a colon.
A CSS declaration always ends with a semicolon, and declaration blocks are surrounded by curly braces. 
We can add CSS in an HTML file in 3 different ways:
  1. Inline css
  2. Internal or Embedded css
  3. External css

No comments:

Post a Comment

HTML 2 nd Day Lessons Different Between HTML & HTML 5 Basis of Difference HTML HTML 5.0 Running of JavaScript Allows J...