Welcome to Tekiana Quiz



1. Which of the following are empty elements

<br>
<hr>
<img>
All of the above


2. Are HTML elements case sensitive?

Yes
No
Depends on strict mode
Depends on HTML version


3. What is the purpose of '!DOCTYPE' tag

To Specify version of HTML
To Specify Browser Version
To Specify OS
None of the above


4. Which of the following is not a Block Element

<li>
<pre>
<dt>
<a>


5. Which of the following is not an Inline Element

<span>
<strong>
<nav>
<time>


6. Which of the following is not metadata element

<link>
<prebase>
<pre>
<title>


7. What is the right way to comment in HTML

//
/* */
<!-- -->
None of the above


8. What is the purpose of 'code' tag

To Execute code
Display code on web page
Display the result of code
None of the Above


9. Which of the following is not a Form element

<datalist>
<output>
<code>
<select>


10. Which of the following is not Semantic element

<artical>
<section>
<kbd>
<footer>