(26) HTML Error Spotting Questions and Answers

  1. <META CHARSET=UTF-8>

  2. <meTa CHARset=“utf-8 ”>

  3. <Metacharset = “utf-8” >

  4. <META CHARSET=“UTF-8” />

View Answer
  1. <div class=definition></div>

  2. <div class=definition high></div>

  3. <div class=”definition”></div>

  4. <div class= “definition high” ></div>

View Answer
  1. <a href="https://www.iqaweb.com" target="_bottom">HTML Questions For Beginners</a>

  2. <a href="https://www.iqaweb.com" target="_top">HTML Odd One Out Questions</a>

  3. <a href="https://www.iqaweb.com" target="_parent">HTML &amp; A</a>

  4. <a href="https://www.iqaweb.com" target="_new">HTML IQ</a>

View Answer
  1. <!-- HTML Q & A -->

  2. <!-- <p>HTML Questions & Answers</p>
    <p> for beginers</p> -->

  3. <div><p>Spot The Errors</p></div> <!-- Errors In HTML -->

  4. <!-- Download <a href="https://www.iqaweb.com">  -->PDF Download</a>

View Answer
  1. <a href=”http://www.iqaweb.com/”>www.iqaweb.com</a>

  2. <a href="www.iqaweb.com">https://iqaweb.com/html/?interview=objective-type</a>

  3. <a href=”http://iqaweb.com”>https://iqaweb.com/css/?interview=questions</a>

  4. <a href=”https://www.iqaweb.com”>https://iqaweb.com/css/?interview=objective-type</a>

View Answer
  1. <p class="home" id="home">PHP Interview Questions and Answers</p>

  2. <p class="home" class="home">ASP Interview Questions and Answers</p>

  3. <p class="home-home" id="home">JAVA Interview Questions and Answers</p>

  4. <p class="home id" >MYSQL Interview Questions and Answers</p>

View Answer
  1. <a href=php>PHP</a>

  2. <a href=”../php”>PHP</a>

  3. <a href=”?php&q&a”>PHP</a>

  4. <a href=”?php#q&a”>PHP</a>

View Answer
  1. <a href="html/">html</a>

  2. <a href="html/" alt="Web Designing">html</a>

  3. <a href="html/" title=”Web Designing”>html</a>

  4. <a href="html">html</a>

View Answer
  1. <b></b>

  2. <i></i>

  3. <u></u>

  4. <hr></hr>

View Answer
  1. <input type="week" >

  2. <input type="number" >

  3. <input type="range" >

  4. <input type="emailid" >

View Answer