HTML Quiz2 1. How to create a hyperlink in HTML? <a href = “www.html.com” > HTML </a > <a url = “www.css.com” > CSS< /a > <a link = “www.javascript.com” > JavaScript </a > <a > www.ameerpet.com <Ameerpet /a > 2. What is formatting tag from the following? <br > <ol > <u > <ul > 3. Which tag is used to insert Largest heading <h6 > <h1 > <h2 > <h3 > 4. Which attribute is used to provide a unique name to an element? class id type None of the above 5. How to create a checkbox in HTML Form? <input type=”radio” > <input type=”check” > <input type=”checkbox” > <input type=”box” > 6. The correct way to create a list using the lowercase letters? <ol alpha = “a” > <ol type = “a”> <ol letter = “a”> None of the above 7. <input> is a format tag. an empty tag. a non empty tag. None of the above 8. Tag is used to create a numbered list in HTML? <ol > <ul > <li > <ll > 9. Sequence of HTML tags in webpage Head, Title, HTML, body HTML, Body, Title, Head HTML, Head, Title, Body Head, Body, Title, Html 10. Which tag is used to underline the text in HTML? <ul > <u > <l > <line > Loading … Question 1 of 10