Labels
Popular Posts
-
(Definition of phoneme) : any of the abstract units of thephonetic system of a language that correspond to a set of similar speech sound...
-
Cascading Style Sheets css css What is CSS? Cascading Style Sheets css What is CSS? CSS stands for Cascading Styl...
-
Technology dominates our present day Stone tools Fire Clothing and shelter Image Source : pixabay Technology ("science...
-
sports Some information about sports Some information about sports Image Source : pixabay Sport (British English) or sports...
-
William Shakespeare Hamlet"" Plot overview: The play revolves around the tragedy of Hamlet who is the prince of D...
Featured Post
Definition of phoneme
(Definition of phoneme) : any of the abstract units of thephonetic system of a language that correspond to a set of similar speech sound...
Showing posts with label css. Show all posts
Showing posts with label css. Show all posts
Cascading Style Sheets css
September 14, 2018
| By :
admin ahmed
|
Cascading Style Sheets css
css
What is CSS?
![]() |
| Cascading Style Sheets 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
- Selector
- Declaration block
- Use
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts.[3] This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content.
Defining CSS Style Rules in STYLE Blocks
Each CSS style rule has two main parts — a selector (such as H1) and a declaration (such as color:red). The declaration includes a property (color) and its value (red). A simple CSS style rule that says "Center any text contained within <H1></H1> tags and make the font color red" is written as follows:
H1 {text-align:center; color:red;}
Labels :css,development | 4
Comments
Subscribe to:
Posts
(Atom)
About Me
- admin ahmed
- 45645645645
Powered by Blogger.
Blog Archive
-
▼
2018
(12)
-
▼
September
(12)
- Definition of phoneme
- The day of Eid
- William Shakespeare Hamlet
- Social planning theories and models
- Information about video games
- Cascading Style Sheets css
- Building Basic Websites html Information
- Adobe is a brilliant innovation institution
- Some great information about Google
- Some information about electricity
- Technology dominates our present day
- Some information about sports
-
▼
September
(12)




