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
From the below mentioned CSS properties, which of the following is used to make the text bold?
नीचे वर्णित CSS गुणों में से, टेक्स्ट को बोल्ड बनाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Text-align: bold
Font-style: bold
Font-weight: bold
Text-decoration: bold
Next Question
25
See Explanation !
2
If an element have padding values 20px for top, 30px bottom, 15px for right, 10px for left. Then which of the following is the correct way to set that padding?
यदि किसी तत्व का पैडिंग मान शीर्ष के लिए 20px, नीचे के लिए 30px, दाएं के लिए 15px, बाएं के लिए 10px है। फिर उस पैडिंग को सेट करने का सही तरीका निम्नलिखित में से कौन सा है?
padding: 20px 30px 15px 10px
padding: 20px 15px 30px 10px
padding: 15px 30px 10px 20px
padding: 30px 15px 20px 10px
Previous Question
Next Question
25
See Explanation !
3
What does the <title> tag in HTML do
<title> HTML में टैग क्या करता है
Specifies the title of the document
Specifies the header
Specifies the footer
Defines a section of the page
Previous Question
Next Question
25
See Explanation !
4
Which CSS property is used to control the space between letters in a text
टेक्स्ट में अक्षरों के बीच की जगह को नियंत्रित करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
letter-spacing
word-spacing
text-spacing
line-spacing
Previous Question
Next Question
25
See Explanation !
5
Port Number 21 is used for
पोर्ट नंबर 21 का उपयोग किसके लिए किया जाता है
HTTP
HTTPS
FTP
SMTP
Previous Question
Next Question
25
See Explanation !
6
Find the odd one out:
विषम चुनें
Adobe PageMill and SiteMill
NetScape Navigator Gold
Microsoft FrontPage
DOS
Previous Question
Next Question
25
See Explanation !
7
which tags is used to mark a beginning of paragraph.
पैराग्राफ की शुरुआत को चिह्नित करने के लिए कौन से टैग का उपयोग किया जाता है।
<td>
<br>
<P>
<tr>
Previous Question
Next Question
25
See Explanation !
8
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 !
9
Twitter is example of
ट्विटर इसका उदाहरण है
E-mail System
System application
Social Networking
Web URL
Previous Question
Next Question
25
See Explanation !
10
Which class in W3.CSS is used to apply a black border to an element
W3.CSS में किस वर्ग का उपयोग किसी तत्व पर ब्लैक बॉर्डर लगाने के लिए किया जाता है
w3-border
w3-black-border
w3-border-black
w3-bd
Previous Question
Next Question
25
See Explanation !
11
Ctrl+Shift+F is the shortcut key for __________ in sublime text editor.
Ctrl Shift F उदात्त पाठ संपादक में __________ के लिए शॉर्टकट कुंजी है।
Find
Find in the Files
Find in Folder
None of the above
Previous Question
Next Question
25
See Explanation !
12
Which elements is used in the <HEAD> section on an HTML/XHTML page, if we want to use an external style sheet file to decorate the page ?
कौन से तत्वों का उपयोग किया जाता है
<src
<link>
<style>
<css>
Previous Question
Next Question
25
See Explanation !
13
A proxy does firewall filters at the
एक प्रॉक्सी फ़ायरवॉल फ़िल्टर करता है
Physical layer
Application layer
Data link layer
Network layer
Previous Question
Next Question
25
See Explanation !
14
When is the content of a table shown?
टेबल की सामग्री कब दिखाई जाती है?
Before the border loads
After the table is loaded
In pieces as it loads
None of the above
Previous Question
Next Question
25
See Explanation !
15
The internet standard is
इंटरनेट मानक है
MIME
BIN HEX
UNENCODING
None of the above
Previous Question
Next Question
25
See Explanation !
16
The invalid domain word (name) for Email address ?
ईमेल पते के लिए अमान्य डोमेन शब्द (नाम)?
Gov
Fun
Com
Mil
Previous Question
Next Question
25
See Explanation !
17
What is the correct syntax of doctype in HTML5?
HTML5 में डॉक्टाइप का सही वाक्यविन्यास क्या है?
</doctype html>
<doctype html>
<doctype html!>
<!doctype html>
Previous Question
Next Question
25
See Explanation !
18
Which of the following attribute is used to provide a unique name to an element?
किसी तत्व को एक अद्वितीय नाम प्रदान करने के लिए निम्नलिखित में से किस विशेषता का उपयोग किया जाता है?
class
id
type
None of the above
Previous Question
Next Question
25
See Explanation !
19
Which attribute is used to specify where to open the linked document?
लिंक किए गए दस्तावेज़ को कहाँ खोलना है, यह निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है?
target
coords
rel
pos
Previous Question
Next Question
25
See Explanation !
20
The CSS property visibility: visible; does what to an element
CSS प्रॉपर्टी विज़िबिलिटी: दिखाई देती है; किसी एलिमेंट को क्या करती है
Hides the element
Makes the element visible
Removes the element from the document flow
Adds transparency to the element
Previous Question
Next Question
25
See Explanation !
21
W3.CCS does not provides the following border class.
W3.CCS निम्नलिखित बॉर्डर क्लास प्रदान नहीं करता है।
w3-border-top
3-border-right
w3-border-bottom
w3-border-gutter
Previous Question
Next Question
25
See Explanation !
22
Which JavaScript statement is used to perform different actions based on different conditions?
विभिन्न स्थितियों के आधार पर विभिन्न क्रियाओं को करने के लिए किस जावास्क्रिप्ट कथन का उपयोग किया जाता है?
if
for
while
switch
Previous Question
Next Question
25
See Explanation !
23
Which of the following tag is used for inserting the largest heading in HTML?
HTML में सबसे बड़ा शीर्षक डालने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
head
<h1><h1>
<h6>
heading
Previous Question
Next Question
25
See Explanation !
24
Which tag is used to contain content that is related to the primary content of the webpage, but isn't the primary content of the page.
किस टैग का उपयोग वेबपेज की प्राथमिक सामग्री से संबंधित सामग्री को शामिल करने के लिए किया जाता है, लेकिन यह पृष्ठ की प्राथमिक सामग्री नहीं है।
header
footer
nav
aside
Previous Question
Next Question
25
See Explanation !
25
A series of specially designed documents, which are all liked to viewed on Internet is called:
विशेष रूप से डिज़ाइन किए गए दस्तावेज़ों की एक श्रृंखला, जिन्हें सभी इंटरनेट पर देखना पसंद करते हैं, को कहा जाता है:
Word Wide Web
Web server
Search engine
website
Previous Question