This global html attribute allows you assign CSS classes to an element.
What class?
This model defines the way in which HTML elements are sized, padded, margined and bordered. (Not a CSS property.)
What is Box Model?
An element that wraps around a set of ordered list items.
This character represents a CSS selector that applies rules to a single element by its ID.
What is #? (ID selector)
Browser vendors add these to CSS properties to support unapproved CSS specs.
What are vendor prefixes?
This non-semantic, block-level element has been used mainly for creating page layouts.
What is <div>?
This HTML5 element, "represents a complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication."
What is <article>?
A selector and pseudo-class that allows you to style an element when a mouse cursor passes over it.
What is :hover?
This new display type allows you to define and control rows, columns and cells.
What is grid?
An element that contains zero or more <source> elements and one <img> element to provide versions of an image for different display/device scenarios.
What is the <picture> element?