Vidyalelo
HTML · all questions

Basic HTML
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

212

Questions

1/11

Page

Pick an option on a question to see the right answer and solution.

State whether the given statement is true or false. !DOCTYPE is case sensitive”

Select an option to see the answer and solution.

Choose the correct statement of HTML

Select an option to see the answer and solution.

Which of the following is not a difference between HTML and XHTML

Select an option to see the answer and solution.

What indicates the content in file is HTML when delivered on the network.

Select an option to see the answer and solution.

State whether the given statement is true or false. “We can intermix XHTML and HTML 4.01 documents”

Select an option to see the answer and solution.

HTML and XHTML stands for

Select an option to see the answer and solution.

Choose the correct tag for largest heading in HTML.

Select an option to see the answer and solution.

Which of the following are table tags?

Select an option to see the answer and solution.

Choose the correct XHTML for width attribute and its value.

Select an option to see the answer and solution.

Which of the following options follows content model in HTML?
i.<ul>
   <p>Option one </p>
  </ul>
ii.<ul>
    <li>Option two </li>
   </ul>

Select an option to see the answer and solution.

Which of the following markup is correct?
i. <b><i>is in error as tags cross</b></i>
ii. <b><i>is not since tags nest</i></b>

Select an option to see the answer and solution.

Which of the following is not a correct (X)HTML rule?

Select an option to see the answer and solution.

Identify the count of mistakes in the following markup.
<html>
<head>
</head>
<body>
  <li>
    <ul><p>Hello</p></ul>
  </li>
  <br>
  <hr>
</body>
</html>

Select an option to see the answer and solution.

Rendering engine is not responsible for

Select an option to see the answer and solution.

Firefox uses _________ rendering engine.

Select an option to see the answer and solution.

State true or false. It is faster to render HTML and CSS than to interpret and execute JavaScript.

Select an option to see the answer and solution.

What is the use of “defer” attribute?

Select an option to see the answer and solution.

Which of the following statements is false?

Select an option to see the answer and solution.

Which of the following is used to read a HTML page and render it?

Select an option to see the answer and solution.

Which of the following is the first web browser?

Select an option to see the answer and solution.