Academic Curator
search
HTML basic Exam
Time Left: 00:00

HTML Basic Exam - HTML Fundamentals

Instruction: Select the correct answer for each of the 20 questions regarding web development basics.

1. What does the acronym HTML stand for?




2. Which HTML element is known as the "root" element of an HTML page?




3. Where is the metadata (information about the document) typically placed?




4. Which tag is used to define the title that appears in the browser tab?




5. Which HTML tag is used to define the largest heading?




6. Which tag is used to create a line break without a new paragraph?




7. How do you create a hyperlink in HTML?




8. Which attribute is used to open a link in a new tab?




9. Which tag is used to display a numbered list?




10. What is the correct tag for making text bold?




11. Which attribute is mandatory for <img> tags to provide a text description?




12. What is the correct HTML for inserting an image?




13. Which HTML5 element specifies a footer for a document or section?




14. In the tag <input type="text">, what is "type"?




15. Which tag is used to define a row in an HTML table?




16. How do you create a checkbox in an HTML form?




17. Which tag groups related options in a drop-down list?




18. What is the correct HTML for making a multi-line text area?




19. Which element is used to define navigation links?




20. What is the purpose of the <!DOCTYPE html> declaration?