HTML QUIZ PART 2

Here is an HTML QUIZ PART 2 . In which 15 questions have been asked from HTML. There is no negative marking.

0%
html quizzes

HTML QUIZ 2

1 / 15

1. How many heading tags are there in HTML?

2 / 15

2. What is the opening tag of HTML is called?

3 / 15

3. Which of the following option is used to create a web page?

4 / 15

4. Which types of tags are used by HTML?

5 / 15

5. Which of the following option is used to add a row in the table?

6 / 15

6. What is the use of a <head> tag?

7 / 15

7. What type of brackets are used in HTML tags?

8 / 15

8. HTML is a 

9 / 15

9. Which one is the biggest heading tag among all these options?

10 / 15

10. In which tag, the title tag is nested?

11 / 15

11. Which tags are used to highlight the text?

12 / 15

12. HTML tag can be written in only small letters?

13 / 15

13. What's the text color of the paragraph.

<HTML>

<HEAD>

<TITLE> Cyber Fauz <TITLE>

</HEAD>

<BODY style = "color:yellow;">

<p> HTML is a markup language </p>

</BODY>

</HTML>

14 / 15

14. Which of the following is a root element of any HTML document?

15 / 15

15. What is the output of this?

<p> 3*100+12 </p>

Your score is

0%

Related HTML QUIZZES

HTML QUIZ PART 1

HTML QUIZ PART 3 

HTML QUIZ PART 4