Home
O Level
M1 R5: Information Technology Tools and Network Basics
Introduction to Computers
Office Automation Tools
Internet and Web Technologies
Networking Fundamentals
M2 R5: Web Designing and Publishing
HTML
CSS
Javascript
Web Hosting And Publishing
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Python Programming
Data Structures in Python
File Processing in Python
M4 R5: Internet of Things (IoT) and Its Applications
Introduction to IoT
IoT Architecture
IoT Applications
IoT Security and Challenges | Soft Skills
Other Courses
Under Graduate Courses
BA
BCA
B.COM
Post Graduate Courses
MCA
MBA
M.COM
MA
M.SC.(MATHS)
MSW
Institutional Courses
DCA
ADCA
DFA
DOAP
TALLY PRIME
JAVA
PYTHON
CCA
C Languages
Job Oriented Courses
Digital Marketing
Full Stack Development
Data Science
Cybersecurity and Ethical Hacking
Blockchain Development
Cloud Computing
Artificial Intelligence (AI) and Machine Learning
Government Courses
CCC
O LEVEL
A LEVEL
Mock Test
M1 R5: Information Technology Tools and Network Basics
M2 R5: Web Designing and Publishing
M3 R5: Programming and Problem Solving through Python
M4 R5: Internet of Things (IoT) and Its Applications
Old Papers
2024
New!
Assignments
HTML
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
Twitter is example of
ट्विटर इसका उदाहरण है
E-mail System
System application
Social Networking
Web URL
Next Question
25
See Explanation !
2
Which of the following will show an image located in folder named ‘image’, which is in the parent folder of the current page?
निम्नलिखित में से कौन 'image‘ नामक फ़ोल्डर में स्थित एक छवि दिखाएगा, जो वर्तमान पृष्ठ के मूल फ़ोल्डर में है?
<img src=”pic.img”>
<img src=”../pic.img”>
<img src=”../image/pic.img”>
<img src=”image/pic.img”>
Previous Question
Next Question
25
See Explanation !
3
What is not true about External Style sheet
बाहरी स्टाइल शीट के बारे में क्या सही नहीं है
It is a separate document that contains CSS rules
It separates content from the presentation but both are still contained in a single file
It separates the content and style into separate files
It allows a web designer and a content author to work in parallel
Previous Question
Next Question
25
See Explanation !
4
Which of the following is used as a dimension in frames?
निम्नलिखित में से किसका उपयोग फ्रेम में एक आयाम के रूप में किया जाता है?
Relative
Absolute
Percentage
All of the above
Previous Question
Next Question
25
See Explanation !
5
Where is Client-side JavaScript code is embedded within HTML documents?
HTML दस्तावेज़ों के भीतर क्लाइंट - साइड जावास्क्रिप्ट कोड कहाँ एम्बेडेड है?
A URL that uses the special javascript:code
A URL that uses the special javascript:protocol
A URL that uses the special javascript:encoding
A URL that uses the special javascript:stack
Previous Question
Next Question
25
See Explanation !
6
How can you select all direct child elements of a specific parent in CSS
आप सीएसएस में एक विशिष्ट माता - पिता के सभी प्रत्यक्ष बाल तत्वों का चयन कैसे कर सकते हैं
parent > child
parent child
parent .child
parent + child
Previous Question
Next Question
25
See Explanation !
7
Acronym for SGML is
SGML का संक्षिप्त नाम है
Standalone Global Markup Language
Standard Global Markup Language
Standard Generalized Markup Language
Standalone Generalized Markup Language
Previous Question
Next Question
25
See Explanation !
8
In HTML, the correct way of commenting out something would be using:
HTML में, कुछ टिप्पणी करने का सही तरीका निम्नलिखित का उपयोग करना होगा:
## and #
<!–- and -–>
</– and -/->
<!– and -!>
Previous Question
Next Question
25
See Explanation !
9
Which tag allow you to add a row in a table?
कौन सा टैग आपको तालिका में एक पंक्ति जोड़ने की अनुमति देता है?
<td> and </td>
<row> and </row>
<th> and </th>
<tr> and </tr>
Previous Question
Next Question
25
See Explanation !
10
How will you identify a hyperlink in a website?
आप किसी वेबसाइट में हाइपरलिंक की पहचान कैसे करेंगे?
Question Mark Pointer
Hourglass Pointer
I- Beam Pointer
Link Pointer
Previous Question
Next Question
25
See Explanation !
11
w3.css has a panel class that adds top and bottom margin and left and right padding to any elements respectively. which of the following is true?
w3.css में एक पैनल वर्ग है जो क्रमशः किसी भी तत्व में ऊपरी और निचले मार्जिन और बाएं और दाएं पैडिंग जोड़ता है। निम्नलिखित में से कौन सा सत्य है?
16px, 16px, 16px, 16px
16px, 20px, 14px, 14px
16px, 16px, 14px, 14px
14px, 14px, 16px, 16px
Previous Question
Next Question
25
See Explanation !
12
What is the role of JavaScript in web design?
वेब डिज़ाइन में जावास्क्रिप्ट की क्या भूमिका है?
define the content of webpages
specify the layout of webpages
program the behavior of webpages
none of the above
Previous Question
Next Question
25
See Explanation !
13
How do you create a responsive grid layout in W3.CSS
आप W3.CSS में एक उत्तरदायी ग्रिड लेआउट कैसे बनाते हैं
Using w3-grid class
Using w3-row and w3-col classes
Using w3-container and w3-row classes
W3.CSS does not support grid layouts
Previous Question
Next Question
25
See Explanation !
14
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code?
डिफ़ॉल्ट रूप से हाइपरलिंक को रेखांकित के साथ प्रदर्शित किया जाता है। आप CSS कोड का उपयोग करके सभी हाइपरलिंक से रेखांकित को कैसे हटाते हैं?
a { underline:none; }
a { text-decoration:no-underline; }
a { decoration:no-underline; }
a { text-decoration:none; }
Previous Question
Next Question
25
See Explanation !
15
IPv6 address have a size of
IPv6 पते का आकार है
32 bits
64 bits
128 bits
256 bits
Previous Question
Next Question
25
See Explanation !
16
____is the HTML tag used for superscript text
____ सुपरस्क्रिप्ट टेक्स्ट के लिए उपयोग किया जाने वाला HTML टैग है
<sup>
<superscript>
<s>
<superscripteds>
Previous Question
Next Question
25
See Explanation !
17
A network of Network is known as
नेटवर्क के एक नेटवर्क को किस रूप में जाना जाता है?
Local Area Network
Internet
Intranet
Big Network
Previous Question
Next Question
25
See Explanation !
18
Which element is used to create multi-line text input?
मल्टी - लाइन टेक्स्ट इनपुट बनाने के लिए किस तत्व का उपयोग किया जाता है?
text
textarea
submit
radio
Previous Question
Next Question
25
See Explanation !
19
What type of CSS is generally recommended for designing large web pages?
बड़े वेब पेजों को डिजाइन करने के लिए आमतौर पर किस प्रकार के सीएसएस की सिफारिश की जाती है?
Inline
Internal
External
None of These
Previous Question
Next Question
25
See Explanation !
20
Which attribute is not essential under <iframe>?
किस विशेषता के तहत आवश्यक नहीं है <iframe>?
frame border
width
height
src
Previous Question
Next Question
25
See Explanation !
21
<del> element defines text that has been deleted from a document. Browser display them as
del तत्व उस पाठ को परिभाषित करता है जिसे दस्तावेज़ से हटा दिया गया है। ब्राउज़र उन्हें इस रूप में प्रदर्शित करता है
Red color
Strikethrough
Bold
Black color
Previous Question
Next Question
25
See Explanation !
22
News Group are
समाचार समूह हैं
Chart Service
Discussion group
E-mail service
None
Previous Question
Next Question
25
See Explanation !
23
The attributes of FRAMESET elements are:
फ्रेमसेट तत्वों की विशेषताएं हैं:
ROWS and COLS
MARGINHEIGHT and MARGINWIDTH
Both (a) and (b) above
None of the above
Previous Question
Next Question
25
See Explanation !
24
A part from <b> tag what other tag makes text bold ?
<b> टैग का एक हिस्सा क्या अन्य टैग टेक्स्ट को बोल्ड बनाता है?
<blank>
<strong>
<bold>
None of the above
Previous Question
Next Question
25
See Explanation !
25
What is the default file extension of notepad
नोटपैड का डिफ़ॉल्ट फ़ाइल एक्सटेंशन क्या है
.txt
.html
.css
None of These
Previous Question