HTML Course | Practice Quiz 1

  • Last Updated : 27 Sep, 2023

Question 1

What does HTML stands for?

Cross

Hypertext Machine language.

Cross

Hypertext and links markup language.

Tick

Hypertext Markup Language.

Cross

Hightext machine language.



Question 2

How is document type initialized in HTML5.?

Cross

</DOCTYPE HTML>

Cross

</DOCTYPE>

Tick

<!DOCTYPE HTML>

Cross

</DOCTYPE html>



Question 3

Which of the following HTML Elements is used for making any text bold ?

Cross

<p>

Cross

<i>

Cross

<li>

Tick

<b>



Question 4

Which of the following HTML element is used for creating an unordered list?

Cross

<ui>

Cross

<i>

Cross

<em>

Tick

<ul>



Question 5

Which of the following characters indicate closing of a tag? 

 

Cross

.
 

Tick

/
 

Cross

//
 

Cross

!
 



Question 6

What is the font-size of the h1 heading tag?

Cross

3.5 em

Cross

2.17 em

Tick

2 em

Cross

1.5 em



Question 7

How many heading tags are there in HTML5?

Cross

2

Cross

3

Cross

5

Tick

6



Question 8

How many attributes are there in HTML5?

Cross

2

Cross

4

Cross

1

Tick

None of the Above



Question 9

Which of the following attributes is used to add link to any element?

Cross

link

Cross

ref

Tick

href

Cross

newref



Question 10

Which of the following is the correct way of creating an hyperlink in HTML?

Cross

<a>www.geeksforgeeks.org <Geeksforgeeks /a>

Cross

<a href=“www.geeksforgeeks.org” Geeksforgeeks /a>

Tick

<a href= “www.geeksforgeeks.org”>Geeksforgeeks</a>

Cross

<a link=“www.geeksforgeeks.org” Geeksforgeeks> </a>



There are 20 questions to complete.