COPA designing static web pages Page-4 Question Bank

16.  Which html tag is used to add a row in a table?
टेबल में पंक्ति जोड़ने के लिए किस html टैग का उपयोग किया जाता है?  [Bharat Skill QB]

(A) <tr> and </tr>
(B) <cr> and </cr>
(C) <th> and </th>
(D) <td> and </td>

17.  Which html tag is used to divide a row into data cells?
कौन सी html टैग का उपयोग डेटा सेल में एक पंक्ति को विभाजित करने के लिए किया जाता है?  [Bharat Skill QB]

(A) <tr> and </tr>
(B) <cr> and </cr>
(C) <th> and </th>
(D) <td> and </td>

18.  Which is the correct syntax for adding alternate text for image, if the image cannot be displayed?
यदि छवि प्रदर्शित नहीं की जा सकती है, तो छवि के लिए वैकल्पिक टेक्स्ट जोड़ने के लिए कौन सा वाक्यविन्यास सही है?  [Bharat Skill QB]

(A) <img src = “boat.gif” alt = “big boat”/>
(B) <img src = “boat.gif” alt text = “big boat”/>
(C) <img src = “boat.gif” alternate = “big boat”/>
(D) <img src = “boat.gif” alternate text = “big boat”/>

19.  Which is the correct H1 tag for right alignment?
सही संरेखण के लिए सही H1 टैग कौन सा है?  [Bharat Skill QB]

(A) <h1 align = “right”> </h1>
(B) <h1 tag align = “right”> </h1>
(C) <h1 align = “r”> </h1>
(D) <h1 alignment = “right”> </h1>

20.  What is the use of forms in HTML?
HTML में रूपों का उपयोग क्या है?  [Bharat Skill QB]

(A) To display a table
 एक तालिका प्रदर्शित करने के लिए
(B) To display a list
 एक सूची प्रदर्शित करने के लिए
(C) To send the data to server
 सर्वर को डेटा भेजने के लिए
(D) To display email contents
 ईमेल सामग्री प्रदर्शित करने के लिए