Notes for You:: CSS Syntax Tutorial - CSS Tutorial 04
CSS Style / CSS properties:
- used to distinguish one element from other elements.
Ex: color, font-size, border, border-style etc…..
CSS Style Rule Syntax:
property-name : value
Example:
color : red
background-color : yellow
font-face : Arial
font-size : 24pt
Declaring Style Rule Syntax:
property-name : value ;
Ex:
color : red;
background-color : yellow;
font-family : Arial;
font-size : 24pt;
CSS Declaration List:
- indicates collection of style rules separated by semicolon.
Ex:
color : red; background-color : yellow; font-family : Arial; font-size : 24pt;
=========================================
Follow the link for next video:
CSS Tutorial 05 - CSS Inline styles | HTML style attribute
• CSS Inline Styles Tutorial with Examp...
Follow the link for previous video:
CSS Tutorial 03 - Pros and Cons of CSS | Advantages of CSS | Limitations of CSS
• Pros and Cons of CSS - CSS Tutorial 03
=========================================
CSS Tutorials Playlist:-
• CSS Tutorials
=========================================
Watch My Other Useful Tutorials:-
HTML Tutorials Playlist:-
• HTML Tutorials
JavaScript Tutorials Playlist:-
• JavaScript Tutorials
jQuery Tutorials Playlist:-
• jQuery Tutorials
=========================================
► Subscribe to our YouTube channel:
/ chidrestechtutorials
► Visit our Website:
https://www.chidrestechtutorials.com
=========================================
Hash Tags:-
#ChidresTechTutorials #CSS #CSSTutorial