Welcome to my page
Top Section
Classes and IDs are "attribute selectors". ...
- Class names must be single words
- but you can include digits and dashes as long as the name begins with a letter
- To apply a CSS rule to a class you use the class name preceeded by a period (".")
Bottom Section
An ID is an HTML attribute...
- How to use classes and IDs to independently target HTML elements of the same type
- How to apply different style to the same element based on the way the user interacts with that element using pseudo-classes
- What the "Cascading" part of "Cascading Style Sheets" means
- How to scope style rules using contextual selectors and the HTML inheritance structure of your document