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
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
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
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
What is the correct order for applying pseudo-classes to <a> tag links?