expression (A+B)<sup>2</sup> में Power प्रदर्शित करने के लिए किस HTML टैग का उपयोग किया जाएगा?
Which HTML tag would be used to display power in expression (A+B)<sup>2</sup>?
A. <SUP>
B. <SUB>
C. <B>
D. <P>
टेक्स्ट को बोल्ड बनाने के लिए सही HTML टैग चुनें?
Choose the correct HTML tag to make the text bold?
A. <B>
B. <BOLD>
C. <STRONG>
D. Both A) and C)
निम्न में से कौन <table> टैग की विशेषता है?
Which of the following is an attribute of <table> tag?
A. SRC
B. LINK
C. CELLPADDING
D. BOLD
वेबपेज पर लिंक बनाने के लिए HTML में सही सिंटैक्स क्या है?
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">
FTP प्रोग्राम किसके लिए प्रयोग किया जाता है?
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
जो एक डोमेन नेम एक्सटेंशन नहीं है
Which is not a domain name extension?
A. mil
B. org
C. .int
D. .com
निम्नलिखित में से कौन वैध आईपी पता है?
Which of the following is valid IP address?
A. 984.12.787.76
B. 192.168.321.10
C. 1.888.234.3456
D. 192.168.56.115
एक आईएसपी क्या है?
What is an ISP?
A. Internet System Protocol
B. Internal System Program
C. Internet Service Provider
D. None of the above
मुझे इंटरनेट पर आने के लिए क्या चाहिए?
What do I need to get onto the Internet?
A. Computer
B. Modem
C. Browser
D. All of the above
टाइटल टैग ______ टैग के भीतर नेस्ट किया जाता है।
Title tag is nested within the ______ tag.
A. Body
B. Head
C. List
D. Table
बाहरी स्टाइल शीट को रेफर करने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?
Which of the following is the correct syntax to refer to an external style sheet?
A. <style src=example.css>
B. <style src="example.css">
C. <stylesheet> example.css </stylesheet>
D. <link rel="stylesheet" type="text/css" href="example.css">
किसी तत्व की पृष्ठभूमि का रंग बदलने के लिए उपयोग की जाने वाली CSS में प्रॉपर्टी है
The property in CSS used to change the background color of an element is
A. bg color
B. color
C. background color
D. all of the above
किसी तत्व के फ़ॉन्ट-आकार को नियंत्रित करने के लिए उपयोग की जाने वाली CSS प्रॉपर्टी है -
The CSS property used to control the font-size of an element is -
A. text style
B. text size
C. font size
D. none of these
इनलाइन शैलियों को परिभाषित करने के लिए प्रयुक्त HTML विशेषता है -
The HTML attribute used to define inline styles is -
A. style
B. styles
C. class
D. none of these
आंतरिक स्टाइलशीट को परिभाषित करने के लिए प्रयुक्त HTML विशेषता है
The HTML attribute used to define the internal stylesheet is
A. <style>
B. genre
C. <link>
D. <script>
निम्नलिखित में से कौन सी CSS प्रॉपर्टी किसी तत्व की पृष्ठभूमि छवि को सेट करने के लिए प्रयोग की जाती है?
Which of the following CSS property is used to set the background image of an element?
A. Background Attachment
B. background image
C. back color
D. none of these
निम्नलिखित में से कौन सा वाक्य-विन्यास सभी अनुच्छेद तत्वों के पृष्ठभूमि-रंग को पीला करने के लिए सही सिंटैक्स है?
Which of the following is the correct syntax to set the background-color of all paragraph elements to yellow?
A. p { background-color: yellow; }
B. p { background-color: #yellow; }
C. all { background-color: yellow; }
D. all p { background-color: #yellow; }
हाइपरलिंक्स को बिना किसी अंडरलाइन के प्रदर्शित करने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?
Which of the following syntax is correct for displaying hyperlinks without any underlines?
A. a { text-decoration: underline; }
B. a { decoration: no-underline; }
C. a { text-decoration: none; }
D. none of these
निम्नलिखित में से कौन सी प्रॉपर्टी पैडिंग गुणों के लिए शॉर्टहैंड प्रॉपर्टी के रूप में प्रयोग की जाती है?
Which of the following property is used as a shorthand property for padding properties?
A. padding-left
B. padding-right
C. padding
D. all of the above
CSS प्रॉपर्टी सीमा के बाहर के तत्वों के चारों ओर एक रेखा खींचने के लिए प्रयोग की जाती है?
CSS property used to draw a line around elements outside the border?
A. border
B. outline
C. padding
D. Line