Intermediate CSS3 & HTML5

  1. In online tutorials and other resources, you might often see <a href="#"> used. Which of the following best describes the # in that syntax?




    A. It's just a temporary placeholder allowing the designer to write code without knowing the specific page name
  2. If a style rule has nav a as its selector, to what elements in the page would that style rule apply?




    D. All <a>...</a> tags between <nav>...</nav> tags
  3. Some browsers show a dotted line around a link when you click the link, which doesn't always look so great in highly-styled navigation bars. What can you use your CSS style rule to prevent that little dotted border from appearing?




    B. outline: none
  4. Which CSS descriptors would round the top corners of a link to make it look like a tab?




    B. border-top-left-radius: 5px and border-top-right-radius: 5px
  5. What is the correct order for applying pseudo-classes to <a> tag links?




    D. lvha (link, visited, hover, active)
Author
jdavis123
ID
355026
Card Set
Intermediate CSS3 & HTML5
Description
Lesson 7 - Fancy Navigation Bars
Updated