CSE :: HTML- CS
-
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>
- Which of the following is not a correct (X)HTML rule?
-
Identify the count of mistakes in the following markup.
<html>
<head>
</head>
<body>
<li>
<ul><p>Hello</p></ul>
</li>
<br>
<hr>
</body>
</html>
- Rendering engine is not responsible for
- State true or false. It is faster to render HTML and CSS than to interpret and execute JavaScript.
- What is the use of “defer” attribute?
- Which of the following statements is false?
- Which of the following is used to read a HTML page and render it?
- Which of the following is the first web browser?