Time Left: 00:00

Creating a Simple Markup Language Document — 25 MCQs

Instruction: Select the correct answer from the given choice. You have given 1 Minute for each question. Each question carries 2 points.

1. What does HTML stand for?

2. The main role of markup language is to:

3. Which of the following is a valid HTML tag?

4. All HTML documents must begin with:

5. What does the <head> section of an HTML document contain?

6. The <title> tag is used to:

7. What is the correct tag to create a hyperlink?

8. Which HTML element is used for inserting a line break?

9. To make text bold in HTML, use:

10. What is the purpose of the <body> tag in HTML?

11. Which tag defines a table in HTML?

12. The attribute used to insert image in HTML is:

13. Which tag is used to define a list item in HTML?

14. What is the correct syntax to include a comment in HTML?

15. Which HTML tag is used to insert a horizontal line?

16. To group similar elements in HTML, you can use:

17. What tag defines the largest heading in HTML?

18. A valid HTML document must have which pair of tags?

19. What is the role of indentation in HTML?

20. What is a self-closing tag example in HTML?

21. Which attribute in <a> tag defines the hyperlink destination?

22. Which is a block-level element?

23. The <form> tag is used for:

24. In HTML, <ul> and <ol> are used to create:

25. What does nesting mean in HTML?