Skip to content

HTML Quiz (50 Questions)

Answer all questions, track your progress live, and see your final result at the end.

Progress 0 / 50 answered
Q1. What does HTML stand for?
Q2. Which tag is used for the largest heading?
Q3. Which HTML tag is used to create a paragraph?
Q4. Which tag creates a hyperlink?
Q5. What attribute specifies the link destination in an anchor tag?
Q6. Which tag is used to insert an image?
Q7. Which attribute is required for accessibility on informative images?
Q8. Which element defines the document title shown in the browser tab?
Q9. Where should the <title> tag be placed?
Q10. Which declaration tells the browser this is an HTML5 document?
Q11. Which tag creates an ordered list?
Q12. Which tag is used for an unordered list?
Q13. Which tag represents a list item?
Q14. Which element groups navigation links?
Q15. Which semantic element is for independent content like a blog post?
Q16. Which semantic element usually contains introductory content or logo?
Q17. Which element should appear only once for the main content area?
Q18. Which tag defines emphasized text (usually italic by default)?
Q19. Which tag indicates strong importance (usually bold)?
Q20. Which tag inserts a line break?
Q21. Which tag creates a thematic break (horizontal rule)?
Q22. Which tag is used for tabular data?
Q23. Which table tag defines a row?
Q24. Which table tag defines a header cell?
Q25. Which table tag defines a data cell?
Q26. Which element is used to collect user input?
Q27. Which input type hides typed characters?
Q28. Which input type allows selecting one option from many?
Q29. Which attribute makes a form field mandatory?
Q30. Which element creates a dropdown list?
Q31. Which tag is used for multi-line text input?
Q32. Which attribute provides a unique identifier for an element?
Q33. Which attribute can be reused on multiple elements?
Q34. Which global attribute stores custom data values?
Q35. Which meta tag is essential for responsive design?
Q36. Which meta tag helps summarize page content for search snippets?
Q37. Which tag links an external CSS file?
Q38. Which tag is commonly used to embed JavaScript?
Q39. Which attribute opens a link in a new tab?
Q40. Which element is best for generic grouping without semantic meaning?
Q41. Which element is an inline generic container?
Q42. Which tag is used to define a footer for a page or section?
Q43. Which tag can embed another webpage?
Q44. Which element is used to play audio content?
Q45. Which element is used to play video content?
Q46. Which tag represents highlighted text?
Q47. Which tag defines smaller text such as disclaimers?
Q48. Which is the correct root element of an HTML document?
Q49. Which section of the HTML document contains visible content?
Q50. What is the best heading sequence for accessibility and SEO?