Cascading Stylesheet (CSS)
Cascading Stylesheet (CSS)
Property Value
P {color: red;}
Capabilities of CSS
lecture 5 17
Example:
Output
CSS Selectors
CSS selectors allow you to select and manipulate HTML
elements.
CSS selectors are used to “find”(or
select) HTML elements based on
their id,class,type,attribute,and more.