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
A linkage of series of prototype objects is called as ________
प्रोटोटाइप वस्तुओं की श्रृंखला के संबंध को ________ कहा जाता है।
prototype stack
prototype chain
prototype class
prototypes
Next Question
25
See Explanation !
2
Which of the following is the correct regarding meta tag in HTML?
HTML में मेटा टैग के संबंध में निम्नलिखित में से कौन सा सही है?
<meta> ... </meta>
<meta name = " " />
<metadata> ... </metadata>
<metadata name = " " />
Previous Question
Next Question
25
See Explanation !
3
What tag is used to list individual items of an ordered list?
ऑर्डर की गई लिस्ट के अलग - अलग आइटम को लिस्ट करने के लिए किस टैग का इस्तेमाल किया जाता है?
li
ol
ul
none of the above
Previous Question
Next Question
25
See Explanation !
4
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 !
5
To use w3.css in your program__________add stylesheet in the web page.
अपने प्रोग्राम में w3.css का उपयोग करने के लिए __________ वेब पेज में स्टाइलशीट जोड़ें।
href="https://www.w3school.com/lib/.css"
href="http://www.w3schools.com/lib/w3.css"
hrefs="http"//www.w3school.com/ ...lib/w3.css"
href="https://www.w3schools.com/ ...lib/w3.css"
Previous Question
Next Question
25
See Explanation !
6
Which one is valid attribute of <body> tag
कौन सा एक मान्य विशेषता है
color
text
font
image
Previous Question
Next Question
25
See Explanation !
7
Which element is used to create multi-line text input?
मल्टी - लाइन टेक्स्ट इनपुट बनाने के लिए किस तत्व का उपयोग किया जाता है?
text
textarea
submit
radio
Previous Question
Next Question
25
See Explanation !
8
Which of the following is a business networking site?
निम्नलिखित में से कौन एक व्यावसायिक नेटवर्किंग साइट है?
Twitter
WhatsApp
LinkedIn
YouTube
Previous Question
Next Question
25
See Explanation !
9
A website address is a unique name that identifies a specific__________on the web.
एक वेबसाइट का पता एक अनूठा नाम है जो वेब पर एक विशिष्ट__________ की पहचान करता है।
Web browser
PDA
Website
None of the above
Previous Question
Next Question
25
See Explanation !
10
How do you apply styles to all <input> elements that are checked
आप सभी पर स्टाइल कैसे लागू करते हैं
input:checked
input:focus
input:hover
input:active
Previous Question
Next Question
25
See Explanation !
11
Notepad++ supports
नोटपैड++ सपोर्ट करता है।
Syntax Highlighting
Regular Expressions
Auto-Complete
All of the above
Previous Question
Next Question
25
See Explanation !
12
In HTML Audio/Video,which attribute sets or returns whether it should start playing as soon as it is loaded?
एचटीएमएल ऑडियो/वीडियो में,कौन सी विशेषता सेट करती है या लौटती है कि क्या इसे लोड होते ही खेलना शुरू कर देना चाहिए?
controls
audio
autoplay
loop
Previous Question
Next Question
25
See Explanation !
13
Which class makes the text bold in W3.CSS
W3.CSS में कौन सी क्लास टेक्स्ट को बोल्ड बनाती है
w3-bold
w3-strong
w3-font-bold
w3-text-bold
Previous Question
Next Question
25
See Explanation !
14
By using CSS style or code, how can one remove the underline from all hyperlinks?
सीएसएस शैली या कोड का उपयोग करके, कोई सभी हाइपरलिंक से रेखांकित को कैसे हटा सकता है?
a {text-decoration: no-underline;}
a {text: no-underline;}
a {text-decoration:none;}
a (text-style: no-underline;}
Previous Question
Next Question
25
See Explanation !
15
Which Of The Following Contains The Body Of The Email Message?
निम्नलिखित में से किसमें ईमेल संदेश का मुख्य भाग है?
Image
Both Image And Text
Only Image
Only Text
Previous Question
Next Question
25
See Explanation !
16
The unordered collection of properties, each of which has a name and a value is called _________
गुणों का अनियंत्रित संग्रह, जिनमें से प्रत्येक का एक नाम और एक मान होता है, को _________ कहा जाता है।
String
Object
Serialized Object
Array
Previous Question
Next Question
25
See Explanation !
17
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 !
18
______________ is the address of the web document currently displayed on the monitor.
______________ वर्तमान में मॉनिटर पर प्रदर्शित वेब दस्तावेज़ का पता है।
TCP
ISP
URL
UDP
Previous Question
Next Question
25
See Explanation !
19
Which property specifies the duration of a transition effect
कौन सी संपत्ति संक्रमण प्रभाव की अवधि निर्दिष्ट करती है
transition-speed
animation-duration
. transition-duration
duration
Previous Question
Next Question
25
See Explanation !
20
Alt Attribute is more useful in the situation where user have
Alt Attribute उस स्थिति में अधिक उपयोगी है जहां उपयोगकर्ता के पास है
high speed internet connection
no image shown due to any reason
broadband connection
none of these
Previous Question
Next Question
25
See Explanation !
21
Which of the following type of variable is visible everywhere in your JavaScript code?
निम्नलिखित में से कौन सा चर आपके जावास्क्रिप्ट कोड में हर जगह दिखाई देता है?
Global variable
Local variable
Both (a) and (b)
None of the above
Previous Question
Next Question
25
See Explanation !
22
MIME stands for:
MIME का तात्पर्य है:
Multipoint Internet Mail Extensions
Multimedia Interface Mail Extensions
Multipoint Mail Extensions
Multipurpose Internet Mail Extensions
Previous Question
Next Question
25
See Explanation !
23
In order to create an ordered list, we can use the tag:
ऑर्डर की गई लिस्ट बनाने के लिए, हम टैग का इस्तेमाल कर सकते हैं:
<UL> </UL>
<P> </P>
<A> </A>
<OL> </OL>
Previous Question
Next Question
25
See Explanation !
24
The __________level programming interface for the Apple implementation of OpenGL.
OpenGL के Apple कार्यान्वयन के लिए __________स्तर का प्रोग्रामिंग इंटरफ़ेस।
CSS
CGL
SGML
HTML
Previous Question
Next Question
25
See Explanation !
25
Angular js is a type of open source framework for
कोणीय js एक प्रकार का ओपन सोर्स फ्रेमवर्क है
Front end
Back end
Full end
All of above
Previous Question