Podcast
Questions and Answers
Which one of these is the CSS selector with the highest specificity ranking for selecting the anchor link element?
Which one of these is the CSS selector with the highest specificity ranking for selecting the anchor link element?
- a div a.example (correct)
- ul li a
- a.example
- a div a
Using an attribute selector, how would you select an element with a 'title' attribute?
Using an attribute selector, how would you select an element with a 'title' attribute?
- a[title] (correct)
- a > title
- a.title
- a=title
What is the CSS selector for a tag containing the 'title' attribute?
What is the CSS selector for a tag containing the 'title' attribute?
- a > title
- a.title
- a=title
- a[title] (correct)
What are two valid techniques used to clear floats?
What are two valid techniques used to clear floats?
What are two popular ways to create page layouts in CSS?
What are two popular ways to create page layouts in CSS?
Flashcards are hidden until you start studying