HTML Quiz3 1. The tags in HTML are – case-sensitive in upper case not case sensitive in lowercase 2. Which tag is used to define description lists? <dl> … </dl> <dd> … </dd> <dlist> … </dlist> <check> … </check> 3. Which is the correct HTML statement to display H2O in a paragraph? <p>H<sup>2</sup>O</p> <p>H<ins>2</ins>O</p> <p>H<below>2</below>O</p> <p>H<sub>2</sub>O</p> 4. HTML is the standard ______ language for creating Web pages. scripting programming styling markup 5. HTML Code run by Web browser Server Interpreter None of the above 6. Tag is used to create an HTML form for user input? <form> <data> <input> <get> 7. Which tag is used to display a horizontal rule (horizontal line)? <br> <hr> <hr>…</hr> <line> 8. All attributes must be placed Inside start tag Inside end tag Between start and end tag None of the above 9. Which HTML attribute is used to define inline styles? style type class None of the above 10. HTML tags with no content are called _____. Special tags Advanced tags Empty tags Container tags Loading … Question 1 of 10