CSS Training
CSS (Cascading Style Sheets):-
CSS training in techfly jodhpur. In late 1996 CSS (Cascading Style Sheets) became a reality.The World Wide Web Consortium ( W3C ), Style sheets take care of Webpage layout, fonts, colors and design of website.Cascading Style Sheets ( CSS ) is a simple design language intended to simplify the process of making web pages presentable via layout, fonts, colors and design.
CSS is easy to learn and understand but it provides powerful control over the presentation of an HTML document & content. Most commonly, CSS is combined with the markup languages HTML or X HTML.
Advantages of CSS:-
1. Time Saving.
2. Easy & Flexible to maintain.
3. Pages load Fast & Smoothly.
4. Styles for HTML attributes.
5. Multiple device compatibility.
6. Improve accessibility of web content.
CSS 3 New Features:-
1. CSS Advance Selectors.
2. Animations & Transitions.
3. Calculating values calc() functions.
4. Generated Content & Counters.
5. Gradients & Web Fonts.
6. Media Queries.
7. Multiple background.
8. CSS Columns.
9. CSS 3D Transforms.
10. Box Size & Borders.
A CSS comprises of style rules that are interpreted by the browser and then applied to the corresponding elements in your document. A style rule is made of three parts −
- Selector − A selector is an HTML tag at which a style will be applied. This could be any tag like <h1> or <table> etc.
- Property – A property is a type of attribute of HTML tag. Put simply, all the HTML attributes are converted into CSS properties. They could be color, border etc.
- Value – Values are assigned to properties. For example, a color property can have value either red or #F1F1F1 etc.
Syllabus Covered (CSS)
-
CSS Introduction
-
CSS Syntax
-
CSS Id & Class
-
CSS Styling
-
Styling Backgrounds
-
Styling Text
-
Styling Fonts
-
Styling Links
-
Styling Lists
-
Styling Tables
-
CSS Box Model
-
CSS Box Model
-
CSS Border
-
CSS Outline
-
CSS Margin
-
CSS Padding
-
CSS Advanced
-
CSS Grouping/Nesting
-
CSS Dimension
-
CSS Display
-
CSS Positioning
-
CSS Floating
-
CSS Align
-
CSS Navigation Bar
-
CSS Image Gallery
-
CSS Image Opacity
-
CSS Image Sprites
-
CSS Media Types
-
CSS hacking
-
CSS Summary Reference:-https://www.w3schools.com/css/