DevAcademy
PracticeHTMLAdvanced

HTML Advanced Practice

18 questions covering 6 HTML topics.

Quick Quiz

1. What does the src attribute of an <iframe> specify?

2. Which attribute restricts what an embedded page is allowed to do?

3. Why should every iframe have a title attribute?

4. Which attribute shows the browser’s built-in play/pause controls?

5. Why would you use multiple <source> elements inside a <video>?

6. What does the <track> element add to a video?

7. Where are meta tags placed?

8. What do Open Graph meta tags control?

9. What does <meta name="robots" content="noindex" /> do?

10. What prefix must a custom data attribute use?

11. Which JavaScript property provides access to an element’s data attributes?

12. Should sensitive information be stored in data attributes?

13. What does SVG stand for?

14. Which attribute draws a circle in SVG?

15. What is the main advantage of inline SVG over <img src="icon.svg">?

16. What is the biggest accessibility win you can make?

17. What is the "first rule of ARIA"?

18. Why must interactive elements be operable with a keyboard alone?