Q 11.
HTML में page को read और render कौन करता है?
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 प्रयोग होती है?
Which HTML attribute is used to define inline styles?
A. style
B. type
C. class
D. none of these
Q 13.
HTML में image कैसे insert करें?
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 कैसे जोड़ें?
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 कैसे बनाएं?
How to create a checkbox in HTML?
A. <input type="checkbox">
B. <input type="button">
C. <checkbox>
D. <input type="checked">