Q 11. HTML में page को read और render कौन करता है?<break-line><break-line>Who reads and renders an HTML page?
A. Web browser
B. Server
C. Interpreter
D. None of these
Q 12. Inline styles को define करने के लिए HTML में कौन सी attribute प्रयोग होती है?<break-line><break-line>Which HTML attribute is used to define inline styles?
A. style
B. type
C. class
D. none of these
Q 13. HTML में image कैसे insert करें?<break-line><break-line>How to insert an image in HTML?
A. <img href="gxp.png" />
B. <img url="gxp.png" />
C. <img link="gxp.png" />
D. <img src="gxp.png" />
Q 14. HTML में background color कैसे जोड़ें?<break-line><break-line>How to add background color in HTML?
A. <marquee bg color="red">
B. <marquee bg-color="red">
C. <marquee bgcolor="red">
D. <marquee color="red">
Q 15. HTML में checkbox कैसे बनाएं?<break-line><break-line>How to create a checkbox in HTML?
A. <input type="checkbox">
B. <input type="button">
C. <checkbox>
D. <input type="checked">