Instruction:-
#1. Which of the following is not a block-level element?
#2. Which tag is used to define a dropdown list in HTML?
#3. Which of the following is not a valid HTML5 element?
#4. What is the correct HTML tag for inserting an image?
#5. Which of the following is used to open a link in a new tab or window?
#6. What is the purpose of the data-* attribute in HTML5?
#7. What does the ‘canvas’ element allow you to do?
#8. What is the purpose of the autocomplete attribute in an HTML form?
#9. Which HTML element is used to define scalar measurements within a known range?
#10. Which tag is used for embedding external web pages in HTML?
#11. What does the ‘progress’ tag represent in HTML5?
#12. Which attribute is used with ‘input’ tag to make sure the field must be filled before submitting the form?
#13. What is the main difference between ‘section’ tag and ‘div’ tag in HTML5?
#14. Which HTML tag is used to define a client-side script (JavaScript)?
#15. What does the rel=”noopener” attribute do when added to a link with target=”_blank”?
#16. What does the ‘mark’ element do in HTML5?
#17. What is the purpose of the ‘details’ and ‘summary’ tags in HTML5?
#18. Which tag is used to define a self-contained piece of content in HTML5?
#19. What does the content editable attribute do?
#20. In HTML5, what is the purpose of the ‘template’ element?
#21. Which tag is used to create a paragraph in HTML?
#22. What is the correct sequence of HTML tags for starting a webpage?
#23. Which tag is used to define a table header cell in HTML?
#24. Which tag is used to define a list item in HTML?
#25. Which tag is used to define a form in HTML?
Previous
Finish