• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

HTML Course | Practice Quiz 1

Question 1

What does HTML stands for?

  • Hypertext Machine language.

  • Hypertext and links markup language.

  • Hypertext Markup Language.

  • Hightext machine language.

Question 2

How is document type initialized in HTML5.?

  • </DOCTYPE HTML>

  • </DOCTYPE>

  • <!DOCTYPE HTML>

  • </DOCTYPE html>

Question 3

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

  • <p>

  • <i>

  • <li>

  • <b>

Question 4

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

  • <ui>

  • <i>

  • <em>

  • <ul>

Question 5

Which of the following characters indicate closing of a tag? 

 

  • .
     

  • /
     

  • //
     

  • !
     

Question 6

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

  • 3.5 em

  • 2.17 em

  • 2 em

  • 1.5 em

Question 7

How many heading tags are there in HTML5?

  • 2

  • 3

  • 5

  • 6

Question 8

How many attributes are there in HTML5?

  • 2

  • 4

  • 1

  • None of the Above

Question 9

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

  • link

  • ref

  • href

  • newref

Question 10

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

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

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

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

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

There are 20 questions to complete.

Last Updated :
Take a part in the ongoing discussion