1
HTML5 standard does not require lowercase tags, but W3C recommends lowercase in HTML, and demands lowercase for stricter document types like XHTML. TrueView Answer
2
HTML tags are case sensitive, <P> means different than <p>. FalseView Answer
3
HTML5 requires that empty elements shold be closed. FalseView Answer
4
Empty elements can be "closed" in the opening tag like this: <br /> TrueView Answer
5
<br> is an empty element for inserting a line break and have no closing tag. TrueView Answer
6
HTML elements CANNOT be nested. FalseView Answer
7
Form HTML Images, the source file (src), alternative text (alt), width, and height are provided as attributes. TrueView Answer
8
The body element in html is an example of empty element. FalseView Answer
9
Contents of the page are inserted before the HTML element start tag and end tag. FalseView Answer