CSE :: HTML- CS
- Choose the correct statement of HTML
- Which of the following is not a difference between HTML and XHTML
- What indicates the content in file is HTML when delivered on the network.
- State whether the given statement is true or false. “We can intermix XHTML and HTML 4.01 documents”
- HTML and XHTML stands for
- Which of the following are table tags?
- Choose the correct XHTML for width attribute and its value.
-
Which of the following options follows content model in HTML?
i.<ul>
<p>Option one </p>
</ul>
ii.<ul>
<li>Option two </li>
</ul>