HTML Quiz 1. <b> tag makes the enclosed text bold. What is other tag to make text bold? A. <strong> B. <dar> C. <black> D. <emp> 2. What should be the first tag in any HTML document? A. <head> B. <title> C. <html> D. <document> 3. How can you make an e-mail link? A. <a href="xxx@yyy"></a> B. <mail href="xxx@yyy"></mail> C. <mail>xxx@yyy</mail> D. <a href="mailto:xxx@yyy"></a> 4. Which tag creates a check box for a form in HTML? A. <checkbox> B. <input type="checkbox"> C. <input=checkbox> D. <input checkbox> 5. Which one is not valid statement? A. <a href="tel:9999999999">Test</a> B. <a href="callto:9999999999">Test</a> C. <a href="call:9999999999">Test</a> D. <a href="skype:9999999999">Test</a> 6. Marque...