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 12
25
See Explanation !
1
Which property prevents elements from overlapping a floated element
कौन सी प्रॉपर्टी एलिमेंट्स को फ्लोट किए गए एलिमेंट को ओवरलैप करने से रोकती
clear
overflow
z-index
display
Next Question
25
See Explanation !
2
Which property specifies the duration of a transition effect
कौन सी संपत्ति संक्रमण प्रभाव की अवधि निर्दिष्ट करती है
transition-speed
animation-duration
. transition-duration
duration
Previous Question
Next Question
25
See Explanation !
3
What is the correct syntax for a keyframe in CSS
सीएसएस में कीफ्रेम के लिए सही वाक्यविन्यास क्या है
@frames
@keyframe
@keyframes
@animation-frames
Previous Question
Next Question
25
See Explanation !
4
Which selector applies styles to all <p> elements inside a <div> element
कौन सा चयनकर्ता सभी पर शैलियों को लागू करता है
div, p
div + p
div p
div > p
Previous Question
Next Question
25
See Explanation !
5
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 !
6
What does the adjacent sibling selector (+) do
आस - पास के भाई - बहन चयनकर्ता () क्या करते हैं
Selects the first child of an element
Selects all sibling elements
Selects the immediately next sibling of an element
Selects the parent of an element
Previous Question
Next Question
25
See Explanation !
7
What does the general sibling selector (~) do
सामान्य भाई - बहन चयनकर्ता (~) क्या करता है
Selects all elements
Selects all siblings after a specified element
Selects only the first sibling of a specified element
Selects only the last sibling of a specified element
Previous Question
Next Question
25
See Explanation !
8
How do you select all <p> elements that are children of
elements
आप सभी को कैसे चुनते हैं
div > p
div + p
div p
div, p
Previous Question
Next Question
25
See Explanation !
9
What is the correct way to link an external CSS file to an HTML document
बाहरी CSS फ़ाइल को HTML दस्तावेज़ से लिंक करने का सही तरीका क्या है
<style src="style.css">
<link rel="stylesheet" href="style.css">
<css link="style.css">
<script src="style.css">
Previous Question
Next Question
25
See Explanation !
10
Which of the following file extensions can be used for CSS files
CSS फ़ाइलों के लिए निम्नलिखित में से किस फ़ाइल एक्सटेंशन का उपयोग किया जा सकता है
.html
.css
.js
.style
Previous Question
Next Question
25
See Explanation !
11
For making object fully transparent which option is correct
ऑब्जेक्ट को पूरी तरह से पारदर्शी बनाने के लिए कौन सा विकल्प सही है
rgba(255,55,255,1)
rgba(255,255,255,0.0)
rgba(255,55,255,.5)
None of these
Previous Question
Next Question
25
See Explanation !
12
Which CSS property sets a background image for an element
कौन सी सीएसएस प्रॉपर्टी किसी एलिमेंट के लिए बैकग्राउंड इमेज सेट करती है
background-color
background
background-image
both b and c
Previous Question
Next Question
25
See Explanation !
13
Which is not a valid Background property of css
जो css की मान्य बैकग्राउंड प्रॉपर्टी नहीं है
background-image
background-position
background-color
background-iterate
Previous Question
Next Question
25
See Explanation !
14
Which of the following CSS selectors are used to specify a group of elements
तत्वों के समूह को निर्दिष्ट करने के लिए निम्नलिखित CSS चयनकर्ताओं में से किसका उपयोग किया जाता है
tag
id
class
both class and tag
Previous Question
Next Question
25
See Explanation !
15
which property allows to indent the first line of text in an element
कौन सा गुण किसी तत्व में पाठ की पहली पंक्ति को इंडेंट करने की अनुमति देता है
text-first
text-indent
first-indent
text-first-indent
Previous Question
Next Question
25
See Explanation !
16
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 !
17
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 !
18
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
Next Question
25
See Explanation !
19
Which selector selects elements based on a certain state
कौन सा चयनकर्ता एक निश्चित स्थिति के आधार पर तत्वों का चयन करता है
Combinator selector
Pseudo Class selector
Pseudo elements selector
Attribute selector
Previous Question
Next Question
25
See Explanation !
20
How do you apply multiple external CSS files to an HTML document
आप HTML दस्तावेज़ में कई बाहरी CSS फ़ाइलों को कैसे लागू करते हैं
Only one file can be linked at a time
Use multiple <link> tags for each file
Combine all styles into one file
Load them with a <script> tag.
Previous Question
Next Question
25
See Explanation !
21
If both an external CSS file and a <style> block in HTML target the same element, which one takes precedence
यदि दोनों एक बाहरी CSS फ़ाइल और एक
The external CSS file
The <style> block
Neither is applied
They are merged
Previous Question
Next Question
25
See Explanation !
22
What happens if an inline style conflicts with an external CSS rule
अगर कोई इनलाइन स्टाइल बाहरी CSS नियम से टकराती है, तो क्या होता है
The external CSS rule is applied
The inline style is applied
Both are ignored
The browser applies the styles randomly
Previous Question
Next Question
25
See Explanation !
23
How do you style all elements with a specific attribute, regardless of its value
आप सभी तत्वों को एक विशिष्ट विशेषता के साथ कैसे स्टाइल करते हैं, इसके मूल्य की परवाह किए बिना
[attr]
[attr=""]
[attr=*]
attr[ ]
Previous Question
Next Question
25
See Explanation !
24
Which selector targets only <li> elements that are directly under an <ul>?
कौन सा चयनकर्ता केवल
ul > li
ul li
ul + li
ul ~ li
Previous Question
Next Question
25
See Explanation !
25
Which selector applies styles to all <p> elements inside a <div> with the class .content
कौन सा चयनकर्ता सभी पर शैलियों को लागू करता है
content p
p.content
.content > p
p .content
Previous Question