CSS Tutorial for Beginners Part 2 – CSS Syntax
HTML Playlist
CSS Playlist
Text Version for same
http://learnwebtechnology.ga/2019/04/07/css-tutorial-for-beginners-part-2-css-syntax/
Sign up for my newsletter to receive weekly updates
http://bit.ly/2RRFktj
Join our facebook page
bit.ly/2OKQYV7
CSS Syntax
A CSS rule-set consists of a selector and a declaration block:
H1 – Selector
{color:blue;font-size:12px;} – Declaration
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.
Video link for same
—————————————————————————————————————-
Like | Share | Watch | Subscribe
#LearnWebTechnologies #CSS