HTML Attributes Quiz
Test your knowledge on HTML attributes and their importance in web development.
Try this quiz
Play through the questions and see your score instantly
Ready to test your knowledge?
8 questions · Quick play · Instant results
Make your own quiz videos
Turn any topic into a polished video quiz — with AI-powered questions, voiceover, and animations. No video editing skills needed.
Unlimited quizzes, free to start
Create as many quizzes as you want. Describe your topic and AI builds the questions, answers, and explanations for you.
Customise everything
Pick from stunning templates, tweak colours and fonts, add your branding, and choose between vertical or landscape formats.
Export-ready videos
Download HD videos optimised for TikTok, YouTube Shorts, Instagram Reels, or full-length YouTube — one click, no editing.
No credit card required
Quiz Questions & Answers
Review every prompt, the correct responses, and helpful context to prep for your own run-through.
Question 1: Why is the alt attribute important for an image?
To style the image
To improve loading speed
For accessibility and SEO
To display a tooltip
Question 2: What is the purpose of the <label> tag?
To style an input
To associate text with a form field
To add validation
To create a button
Question 3: What is the main utility of the for attribute in <label>?
To style the label
To link label and input (accessibility + click)
To send data
To add an animation
Question 4: Why should <button> be preferred over <div> for clickable elements?
It looks prettier
Better accessibility + native behavior
It's faster
No significant difference
Question 5: What is the benefit of using <input type='email'>?
For styling
For automatic validation + adapted mobile keyboard
To send data faster
No effect
Question 6: Why should you use <section> in HTML?
For styling purposes
To semantically structure content
To add JavaScript
No particular reason
Question 7: What is an example of a benefit of using the <button> tag?
It can be styled with CSS
It is inherently accessible
It requires less code
It can only be used in forms
Question 8: What does the alt attribute improve aside from accessibility?
Image style
SEO performance
Loading speed
User interface design