We’ll learn about a couple of new HTML tags & attributes, some new CSS properties and their values, and two new selectors. We’ll also learn about the order of priority (i.e., which style code gets what priority).
===============
NEW TAGS
===============
– div
– span
===============
NEW ATTRIBUTES
===============
– class
– id
===============
NEW SELECTORS
===============
– class selector
– id selector
– descendant selector
– multiple selector
===============
NEW PROPERTIES
===============
– display
– letter-spacing
– text-decoration
===============
ORDER OF POWER
===============
– Cascade
– Specificity
– Classes
– ID
– !important
source
Leave a Reply