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;}ANSWER - BShow Answer
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”>ANSWER - BShow Answer
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”>ANSWER - CShow Answer
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>ANSWER - AShow Answer
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 डिस्क, सर्कल, वर्गANSWER - DShow Answer