Code a descendent selector that configures the anchor tags with the nav element.
Front
nav a
Back
To apply a style to one or more elements on a web page, configure a CSS...
Front
class
Back
what code configures a container to clear all floated elements that are within the container?
Front
overflow:auto
Back
If an element is configured with ________ the other content on the page will appear to its left.
Front
float:right
Back
When configuring the background color of an element, the background color is applied to both the content and ________ areas
Front
padding
Back
When using the box model, the ________ is always transparent.
Front
margin
Back
Use a ... when you want to specify an element within the context of its container (parent) element.
Front
CSS descendant selector
Back
What is the HTML5 element that is used to configure an area on a web page that can stand on its own and could potentially be syndicated? Intended to present an independent entry such as a blog entry.
Front
article
Back
Use an id to configure a style when:
Front
the style will apply to only one element on a page
Back
code a descendant selector that configures the anchor tags within the element assigned to an id named special