HTML Quiz

The HTML practice quiz is designed to check that you have a fundamental knowledge in the web’s most common markup language. After you ace this quiz, you can be certain that you have solid knowledge in HTML. We suggest that you start reading the CSS tutorials. After finishing them, we move on to take the CSS quiz to advance you knowledge in web development.

The HTML practice quiz is designed to check that you have a fundamental knowledge in the web’s most common markup language. After you ace this quiz, you can be certain that you have solid knowledge in HTML. We suggest that you start reading the CSS tutorials. After finishing them, we move on to take the CSS quiz to advance you knowledge in web development.

1. What is the HTML element to bold a text?

 
 
 
 

2. What is the HTML tag for a link?

 
 
 
 

3. What is the correct HTML tag for a new paragraph?

 
 
 
 

4. Which of the following HTML tags is not valid?

 
 
 
 

5. What HTML tag changes the tab name of the page in the browser?

 
 
 
 

6. What does a valid relative link look like?

 
 
 
 

7. Which is not an HTML attribute?

 
 
 
 

8. What is the official organization that sets the web standards?

 
 
 
 

9. If you wanted to give certain style to a group of elements, what HTML attribute should you use?

 
 
 
 

10. What is the HTML element to place your text in italics?

 
 
 
 

11. What is the HTML element to display an image?

 
 
 
 

12. What is the HTML attribute to reference the location of an image inside the image tag?

 
 
 
 

13. What is the tag to identify a row inside of a table?