HTML quiz questions

HTML interview questions

  • 1.

    Which character is used to indicate an end tag?

    1. *

    2. ^

    3. <

    4. /

    Answer
  • 2.

    What is the correct HTML for creating a hyperlink?

    1. <a name="http://www.w3schools.com">W3Schools.com</a>

    2. <a>http://www.w3schools.com</a>

    3. <a url="http://www.w3schools.com">W3Schools.com</a>

    4. <a href="http://www.w3schools.com">W3Schools</a>

    Answer
  • 3.

    Choose the correct HTML element to define emphasized text

    1. <em>

    2. <italic>

    3. <i>

    Answer
  • 4.

    Choose the correct HTML element to define important text

    1. <important>

    2. <strong>

    3. <b>

    4. <i>

    Answer
  • 5.

    What is the correct HTML for adding a background color?

    1. <body style="background-color:yellow;">

    2. <body bg="yellow">

    3. <background>yellow</background>

    Answer
  • 6.

    What is the correct HTML element for inserting a line break?

    1. <lb>

    2. <break>

    3. <br>

    Answer
  • 7.

    Choose the correct HTML element for the largest heading:

    1. <head>

    2. <h1>

    3. <heading>

    4. <h6>

    Answer
  • 8.

    Who is making the Web standards?

    1. Google

    2. Microsoft

    3. Mozilla

    4. The World Wide Web Consortium

    Answer
  • 9.

    What does HTML stand for?

    1. Hyper Text Markup Language

    2. Home Tool Markup Language

    3. Hyperlinks and Text Markup Language

    Answer
  • 10.

    WYSIWYG stands for ?

    1. What You See Is What You Get

    2. When You Start Is When You Go

    3. What You See Is What You Gain

    Answer

© 2017 QuizBucket.org