Q 6. HTML में hyperlink कैसे बनाएं?<break-line><break-line>How to create hyperlink in HTML?
A. <a href="www.gyanxp.com">GyanXp</a>
B. <a url="www.gyanxp.com">GyanXp</a>
C. <a link="www.gyanxp.com">GyanXp.com</a>
D. <a> www.gyanxp.com </a>
Q 7. HTML में टेक्स्ट को italic बनाने के लिए कौन सा टैग उपयोग होता है?<break-line><break-line>Which HTML tag is used to make text italic?
A. <i>
B. <italic>
C. <this>
D. <former>
Q 8. HTML में comment लिखने का सही तरीका क्या है?<break-line><break-line>Which is the correct way to comment in HTML?
A. ## and #
B. <!-- and -->
C. </-- and -/->
D. <!-- and -!>
Q 9. Dropdown (Combo box) बनाने के लिए HTML में कौन सा टैग उपयोग होता है?<break-line><break-line>Which tag is used to create a combo box (drop-down box) in HTML?
A. <list>
B. <select>
C. <input type="dropdown">
D. <ul>
Q 10. HTML5 में document type को define करने के लिए कौन सा टैग प्रयोग होता है?<break-line><break-line>Which tag is used to define the document type in HTML5?
A. <doctype html>
B. <\Doctype html>
C. <principle>
D. <!DOCTYPE html>