COPA designing static web pages Page-7 Question Bank

31.  What is the meaning of increase the cell padding?
सेल पैडिंग बढ़ाने का अर्थ क्या है?  [Bharat Skill QB]

(A) Increase the thickness of table border
 टेबल बॉर्डर की मोड़ाई बढ़ाएं
(B) Increase the space between cells
 सेल के बीच की जगह बढ़ाएँ
(C) Increase the distance between cell and content
 सेल और सामग्री के बीच की दूरी बढ़ाएँ
(D) Increase the no of cells
 सेल की संख्या में वृद्धि

32.  Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server?
कौन सी वेब भाषा HTML तत्वों पर अधिक नियंत्रण देती है और वेब सर्वर पर वापस आए बिना उन्हें किसी भी समय बदलने की अनुमति देती है?  [Bharat Skill QB]

(A) BML
(B) XML
(C) HTML
(D) DHTML

33.  What will be the output of the following HTML code?
<html> <body> <p><strong>NIMI</strong></p> <p>CHENNAI</p> </body> </html>
निम्नलिखित HTML कोड का आउटपुट क्या होगा?
<html> <body> <p><strong>NIMI</strong></p> <p>CHENNAI</p> </body> </html>  [Bharat Skill QB]

(A) NIMI CHENNAI
(B) NIMI CHENNAI
(C) CHENNAI NIMI
(D) CHENNAI NIMI

34.  What is the output of the following html?
<html> <body> <h2>NIMI<small>CHENNAI</small> formatting</h2> </body> </html>
"निम्न HTML का आउटपुट क्या है?
<html> <body> <h2>NIMI<small>CHENNAI</small> formatting</h2> </body> </html>  [Bharat Skill QB]

(A) NIMI chennai
(B) NIMI CHENNAI
(C) NIMICHENNAI formatting
(D) NIMICHENNAIformatti ng

35.  What is the output of the following html code?
<html> <body> <p>NIMI<sup>CHENNAI</sup></p> </body> </html>
निम्न HTML कोड का आउटपुट क्या है?
<html> <body> <p>NIMI<sup>CHENNAI</sup></p> </body> </html>  [Bharat Skill QB]

(A) NIMICHENNAI
(B) NIMI chennai
(C) NIMI CHENNAI
(D) NIMI - CHENNAI