HTML Course | Practice Quiz 1

  • Last Updated : 13 Sep, 2021

Question 1

What does HTML stands for?

A

Hypertext Machine language.

B

Hypertext and links markup language.

C

Hypertext Markup Language.

D

Hightext machine language.

HTML Course | Practice Quiz 1    
Discuss it


Question 2

How is document type initialized in HTML5.?

A

</DOCTYPE HTML>

B

</DOCTYPE>

C

<!DOCTYPE HTML>

D

</DOCTYPE html>

HTML Course | Practice Quiz 1    
Discuss it


Question 3

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

A

<p>

B

<i>

C

<li>

D

<b>

HTML Course | Practice Quiz 1    
Discuss it


Question 4

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

A

<ui>

B

<i>

C

<em>

D

<ul>

HTML Course | Practice Quiz 1    
Discuss it


Question 5

Which of the following characters indicate closing of a tag? 

 

A

.
 

B

/
 

C

//
 

D

!
 

HTML Course | Practice Quiz 1    
Discuss it


Question 6

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

A

3.5 em

B

2.17 em

C

2 em

D

1.5 em

HTML Course | Practice Quiz 1    
Discuss it


Question 7

How many heading tags are there in HTML5?

A

2

B

3

C

5

D

6

HTML Course | Practice Quiz 1    
Discuss it


Question 8

How many attributes are there in HTML5?

A

2

B

4

C

1

D

None of the Above

HTML Course | Practice Quiz 1    
Discuss it


Question 9

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

A

link

B

ref

C

href

D

newref

HTML Course | Practice Quiz 1    
Discuss it


Question 10

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

A

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

B

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

C

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

D

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

HTML Course | Practice Quiz 1    
Discuss it


There are 20 questions to complete.
My Personal Notes arrow_drop_up