(32) HTML Objective Type Questions and Answers

  1. link

  2. Hypertext

  3. URL

  4. Nest

View Answer
  1. It is a new hybrid technology that is different from both XML and HTML.

  2. You can't use it to create Web pages.

  3. It is a reformulation of HTML in XML.

  4. It has totally replaced HTML as the tool for building Web pages.

View Answer
  1. <pre><p><b>First line</p></b></pre>

  2. <pre><b><p>Second line</p></pre>

  3. <pre><b><p>Third line</p></b></pre>

  4. <pre><b>Fourth line</p></pre>

View Answer
  1. ®

  2. ©

  3. ß

  4. <

View Answer
  1. /* <p>iquweb.com</p> */

  2. <!-- <p>iquweb.com</p> -->

  3. // <p>iquweb.com</p>

  4. * <p>iquaweb.com</p>

View Answer
  1. <a href=””>Web Designing Questions</a>

  2. <a href=”#”>Web Developing Questions</a>

  3. <a href=”/”>Web Hosting Questions</a>

  4. <a href=”../”>HTML Questions</a>

View Answer
  1. <footer></footer>

  2. <hgroup></hgroup>

  3. <header></header>

  4. <articles></articles>

View Answer
  1. Link

  2. Hypertext

  3. URL

  4. Nest

View Answer
  1. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 

  2. <!doctype html>
  3. <html lang="en">
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
    
View Answer
  1. '<tr>'

  2. '<table>'

  3. '<data-table'>

  4. '<body>'

View Answer