Q 1. expression (A+B)<sup>2</sup> में Power प्रदर्शित करने के लिए किस HTML टैग का उपयोग किया जाएगा?<break-line><break-line>Which HTML tag would be used to display power in expression (A+B)<sup>2</sup>?
A. <SUP>
B. <SUB>
C. <B>
D. <P>
Q 2. टेक्स्ट को बोल्ड बनाने के लिए सही HTML टैग चुनें?<break-line><break-line>Choose the correct HTML tag to make the text bold?
A. <B>
B. <BOLD>
C. <STRONG>
D. Both A) and C)
Q 3. निम्न में से कौन <table> टैग की विशेषता है?<break-line><break-line>Which of the following is an attribute of <table> tag?
A. SRC
B. LINK
C. CELLPADDING
D. BOLD
Q 4. वेबपेज पर लिंक बनाने के लिए HTML में सही सिंटैक्स क्या है?<break-line><break-line>What is the correct syntax in HTML for creating a link on a webpage?
A. <LINK SRC="home.html">
B. <BODY LINK = "home.html">
C. <A SRC = "home.html">
D. <A HREF = "home.html">
Q 5. FTP प्रोग्राम किसके लिए प्रयोग किया जाता है?<break-line><break-line>What is a FTP program used for?
A. Transfer files to and from an Internet Server
B. Designing a website
C. Connecting to the internet
D. None of the above