Putting CSS to Use | Dieno Digital Marketing Services

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

Be the first to comment

Leave a Reply

Your email address will not be published.


*