Intermediate CSS3 and HTML5

  1. What do 6-digit hex codes, rgb(), and hsl() have in common?




    B. They all allow you to express any one of over 16.7 million colors
  2. When used to define opacity in rgba(), hsla(), or the opacity: property, which of the following would be closest to being totally opaque?




    B. .9
  3. Which two CSS properties are associated with making an element completely invisible on the page?




    C. The visibility: and display: properties
  4. What's the point of putting an invisible element on a Web page, only to turn around and make it visible again in some :hover style rule?




    A. To make the element visible only when the user points to something on the page
  5. If you set the height of a block element, like a div, to a certain value, like 100 pixels, then put more content in the box than can fit in that box, the extra content will extend right out past the bottom of the element. Which CSS property would allow you to hide the extra content, or give the user scroll bars to scroll to it?




    B. the overflow: property
Author
jdavis123
ID
355021
Card Set
Intermediate CSS3 and HTML5
Description
Lesson 4 - Opacity, Visibility, and Scroll Bars
Updated