Create Test
Quiz logo

Monthly Test Basic HTML

Created on 7th December 2024

Play

Grade level: A1 - Beginnerth grade

Play

0 plays

Questions

10 Questions

Monthly Test Basic HTMl

Questions (10)

1. What does HTML stand for?

Hyper Text Markup Language

4 choice options

2. Which tag is used for the main heading in HTML?

<h1>

4 choice options

3. What is the purpose of the <p> tag in HTML?

To create a paragraph

4 choice options

4. Which of these is a correct HTML tag for a link?

<a>

4 choice options

5. What does the <img> tag do in HTML?

It inserts an image

4 choice options

6. Which attribute is used to specify the source of an image in the <img> tag?

src

4 choice options

7. What is the correct HTML tag to create an unordered list?

<ul>

4 choice options

8. Which tag is used to define a table in HTML?

<table>

4 choice options

9. What does the <br> tag do in HTML?

Inserts a line break

4 choice options

10. Which of these is a valid HTML document structure?

<html><head></head><body></body></html>

4 choice options