11.
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>

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

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

14.
Rendering engine is not responsible for

15.
Firefox uses _________ rendering engine.

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

17.
What is the use of “defer” attribute?

18.
Which of the following statements is false?

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

20.
Which of the following is the first web browser?

Read More Section(Basic HTML)

Each Section contains maximum 100 MCQs question on Basic HTML. To get more questions visit other sections.