There are three ways of inserting a style sheet:
External style sheet
Internal style sheet
Inline style
External Style...

THE ELEMENT SELECTOR
CSS
The element Selector:
The element selector selects elements based on the element name.
You can select all <b> elements...

CSS CLASS SELECTOR
CSS
Class Selector:
The "Class" selector uses the "class" attribute of an HTML element.
To select elements with a specific...

CSS ID SELECTOR
CSS
id Selector:
The "id selector" uses the id attribute of an HTML element to select a specific element.
An id should...

CSS SELECTORS
CSS
CSS Selectors:
CSS selectors are use to select and manipulate HTML elements.
CSS selectors allow you to "select" HTML...

SYNTEX OF CSS
CSSCSS Syntex:
A CSS rule set consists of a selector and a declaration block:
Example
p {
...

WHAT IS CSS?
CSS
WHAT IS CSS?
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to...
Subscribe to:
Posts (Atom)