Syllabus
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
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
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
CSS
Javascript
Python
Practical Questions
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
CSS
Set 2
25
See Explanation !
1
How do you make a list that lists its items with squares?
आप एक सूची कैसे बनाते हैं जो अपने आइटम को वर्गों के साथ सूचीबद्ध करती है?
list-style-type: square;
list-type: square;
list: square;
list-style: square;
Next Question
25
See Explanation !
2
How do you select all p elements inside a div element?
आप एक div तत्व के अंदर सभी p तत्वों का चयन कैसे करते हैं?
div p
div.p
div + p
div ~ p
Previous Question
Next Question
25
See Explanation !
3
How do you group selectors?
आप चयनकर्ताओं को कैसे समूहित करते हैं?
Separate each selector with a plus sign
Separate each selector with a comma
Separate each selector with a space
All of These
Previous Question
Next Question
25
See Explanation !
4
What is the default value of the position property?
स्थिति संपत्ति का डिफ़ॉल्ट मान क्या है?
absolute
static
fixed
relative
Previous Question
Next Question
25
See Explanation !
5
What is true about CSS?
सीएसएस के बारे में क्या सच है?
Apply styles for the web page
Define structure of the web page
Provide meaning to the sections of the web page
None of the above
Previous Question
Next Question
25
See Explanation !
6
Which of the following represents an internal style sheet?
निम्नलिखित में से कौन एक आंतरिक स्टाइल शीट का प्रतिनिधित्व करता है?
style=”tag{property:value;}”
<style> tag{property: value;} </style>
css=”tag{property=value;}”
<style> tag{property=value;} </style>
Previous Question
Next Question
25
See Explanation !
7
Which is the correct CSS syntax written inside the style tag?
स्टाइल टैग के अंदर लिखा गया सही CSS सिंटैक्स क्या है?
body { font-size: 20px; }
body { font-size= 20px };
body:{ font-size: 20px; }
body:{ font-size= 20px; }
Previous Question
Next Question
25
See Explanation !
8
Which selector is used to specify a group of elements?
तत्वों के समूह को निर्दिष्ट करने के लिए किस चयनकर्ता का उपयोग किया जाता है?
id
class
tag
both b) and c)
Previous Question
Next Question
25
See Explanation !
9
How do you select elements with class name "test"?
आप क्लास नाम "टेस्ट" वाले तत्वों का चयन कैसे करते हैं?
*test
#test
.test
test
Previous Question
Next Question
25
See Explanation !
10
Which attribute specifies a unique alphanumeric identifier to be associated with an element?
कौन सा गुण किसी तत्व से जुड़े होने के लिए एक अद्वितीय अल्फ़ान्यूमेरिक पहचानकर्ता निर्दिष्ट करता है?
class
id
article
html
Previous Question
Next Question
25
See Explanation !
11
How do you select an element with id "demo"?
आप आईडी "डेमो" वाले तत्व का चयन कैसे करते हैं?
demo
#demo
.demo
*demo
Previous Question
Next Question
25
See Explanation !
12
How to apply specific styles to h1 tag only when mouse points to it?
H1 टैग पर विशिष्ट शैलियों को केवल तभी लागू करें जब माउस इसे इंगित करता है?
h1.hover
h1*hover
h1:hover
h1-hover
Previous Question
Next Question
25
See Explanation !
13
If the elements - <p>, <h4> and <a> tags are needed to be of the orange color, then which of the following will do this?
यदि तत्व -
p h4 a { color: orange; }
p; h4; a { color: orange; }
p+a+h4 { color: orange; }
h4, a, p { color: orange; }
Previous Question
Next Question
25
See Explanation !
14
How do you group multiple selectors?
आप कई चयनकर्ताओं को कैसे समूहित करते हैं?
Separate each selector with a plus sign
Separate each selector with a space
Separate each selector with a comma
Seperate each selector with a star
Previous Question
Next Question
25
See Explanation !
15
How to apply styles to para’s having class ‘style’? (There are other elements with same class name)
पैरा की क्लास ‘स्टाइल‘ में शैलियों को कैसे लागू करें? (एक ही श्रेणी के नाम वाले अन्य तत्व हैं)
p
p.style
p-style
.style
Previous Question
Next Question
25
See Explanation !
16
How to apply styles to all <span> element inside para’s having class ‘style’?
सभी पर स्टाइल कैसे लागू करें
p.style span
p.style.span
p.style span*
none of the above
Previous Question
Next Question
25
See Explanation !
17
How will you make all paragraph text color is 'RED' ?
आप सभी पैराग्राफ टेक्स्ट का रंग 'लाल' कैसे बनाएँगे?
p { color: red; }
p { color:rgb(255,0,0); }
p { color: rgba(255,0,0,1); }
all of the above
Previous Question
Next Question
25
See Explanation !
18
What should be the value of the width attribute, so that the width of the element adjusts itself to the current width of its parent element?
चौड़ाई विशेषता का मान क्या होना चाहिए, ताकि तत्व की चौड़ाई अपने मूल तत्व की वर्तमान चौड़ाई में समायोजित हो जाए?
100rem
100%
100vw
100em
Previous Question
Next Question
25
See Explanation !
19
Which of the following will give blue color to text?
निम्नलिखित में से कौन टेक्स्ट को नीला रंग देगा?
color: hsl(255, 0, 0);
color: hsl(0, 255, 0);
color: rgba(0, 0, 255, 1);
color: rgba(0, 0, 255, 0);
Previous Question
Next Question
25
See Explanation !
20
If we want to use a dotted border around an image, which css property will we use?
यदि हम किसी छवि के चारों ओर बिंदीदार सीमा का उपयोग करना चाहते हैं, तो हम किस सीएसएस संपत्ति का उपयोग करेंगे?
border-color
border-decoration
border-style
border-line
Previous Question
Next Question
25
See Explanation !
21
Select the CSS property that sets the width of an element’s bottom border?
उस CSS प्रॉपर्टी का चयन करें, जो किसी एलिमेंट के बॉटम बॉर्डर की चौड़ाई सेट करती है?
border-width
border-bottom
border-width-bottom
border-bottom-width
Previous Question
Next Question
25
See Explanation !
22
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 !
23
Which property is used to display the text in italics?
टेक्स्ट को तिरछे अक्षरों में प्रदर्शित करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?
font-family
font-style
font-weight
text-style
Previous Question
Next Question
25
See Explanation !
24
Which CSS property sets a background image for an element?
कौन सी सीएसएस प्रॉपर्टी किसी एलिमेंट के लिए बैकग्राउंड इमेज सेट करती है?
background
background-attachment
background-color
background or background-image both
Previous Question
Next Question
25
See Explanation !
25
Which of the following property is used to control the scrolling of an image in the background?
पृष्ठभूमि में किसी छवि के स्क्रॉलिंग को नियंत्रित करने के लिए निम्नलिखित में से किस संपत्ति का उपयोग किया जाता है?
background-attachment
background
background-repeat
background-position
Previous Question