CH 6 - COM S 106
link, visited, hover, active
From the choices below select the correct order to code CSS pseudo-classes.
padding, border, and margin
The box model consists of a content area surrounded by:
article
Choose 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, such as a blog posting, comments, or e-zine article that can stand on its own.
float:right;
If an element is configured with ___________ the other content on the page will appear to its left.
.myfloat { float:right; margin:10px; border: 1px solid #000000; }
The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:
0 pixels
The default value for the border property for an element is:
fixed
Use ___________ positioning to configure the location of an element to remain the same and to not move even when the web page is scrolled within the browser viewport.
relative
Use ___________ positioning to slightly change the location of an element in relation to where it would otherwise appear when rendered by a browser.
clear or overflow
Use the ________ or _______ property to clear a float.
normal flow
_________ displays the elements on the page in the order they appear in the web page source code.