COPA designing static web pages Page-6 Question Bank

26.  Which is the correct CSS syntax?
सही CSS सिंटैक्स कौन सा है?  [Bharat Skill QB]

(A) body: color = black;
(B) body { color; black}
(C) {body: color : black;}
(D) {body : color = black;}

27.  Which is the correct html tag for making a text input field?
टेक्स्ट इनपुट फील्ड बनाने के लिए कौन सा सही html टैग है?  [Bharat Skill QB]

(A) <text type = “Text”>
(B) <input type = “text”>
(C) <input type = “textfield”>
(D) <input type = “textbox”>

28.  Which is the correct html tag for creating password field?
पासवर्ड फील्ड बनाने के लिए सही html टैग कौन सा है?  [Bharat Skill QB]

(A) <text type = “password”>
(B) <input type = “pwd”>
(C) <input type = “password”>
(D) <input type = “passcode”>

29.  What is the correct html code for inserting a background image?
बैकग्राउंड इमेज इन्सर्ट करने के लिए सही html कोड क्या है?  [Bharat Skill QB]

(A) <body background = “image jpg”>
(B) <body = “image.jpg”>
(C) <background = “image.jpg”>
(D) <body background = image.jpg>

30.  Which option will match, while making bulleted list?
बुलेटेड सूची बनाते समय कौन सा विकल्प मेल खाएगा?  [Bharat Skill QB]

(A) Square, disc, polygon
 वर्ग, डिस्क, बहुभुज
(B) triangle, disc, circle
 त्रिकोण, डिस्क, सर्कल
(C) triangle, square, circle
 त्रिकोण, वर्ग, वृत्त
(D) disc, circle, square
 डिस्क, सर्कल, वर्ग