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 13
25
See Explanation !
1
How do you make a list item in an unordered list display without bullets
आप बिना गोलियों के बिना बिना क्रमबद्ध सूची प्रदर्शन में एक सूची आइटम कैसे बनाते हैं
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
Next Question
25
See Explanation !
2
What is the correct way to set background color as blue
बैकग्राउंड का रंग नीला सेट करने का सही तरीका क्या है
background:blue;
background-color:rgb(0,0,255);
background:#0000FF;
All of the above
Previous Question
Next Question
25
See Explanation !
3
What is the correct way to remove the underline from text
टेक्स्ट से रेखांकित को हटाने का सही तरीका क्या है
text-underline:none
text-decoration:none;
text-underline:hide;
text-decoration:hide;
Previous Question
Next Question
25
See Explanation !
4
Bootstrap Is Used For _______?
बूटस्ट्रैप का उपयोग _______ के लिए किया जाता है?
Web Applications
A Lot of Internet of Things
Bigdata
Data
Previous Question
Next Question
25
See Explanation !
5
who is the owner of w3.css
w3.css का मालिक कौन है
nielit.gov.in
w3schools.com
w3.org
w3framework.org
Previous Question
Next Question
25
See Explanation !
6
w3.css is alternative of
w3.css का विकल्प है
Bootstrap
JavaScript
AngularJS
HTML
Previous Question
Next Question
25
See Explanation !
7
Which is the correct CDN for W3.CSS
W3.CSS के लिए सही CDN कौन सा है
https://www.w3schools.com/w3css/4/w3.css
https://www.w3school.com/w3css/4/w3.css
https://www.w3.org./w3css/4/w3.css
https://www.w3schools.org/w3css/4/w3.css
Previous Question
Next Question
25
See Explanation !
8
W3.CSS is used for
W3.CSS का उपयोग किसके लिए किया जाता है
Client Side Scripting
Server Side Scripting
Responsive Web Designing
All of Above
Previous Question
Next Question
25
See Explanation !
9
W3.CSS इसके लिए CSS प्रदान करता है
W3.CSS इस केलिअ सीएसएस प्रदान करता है
Desktop
Laptop
Tablet And Mobile
All of The Above
Previous Question
Next Question
25
See Explanation !
10
w3-color class is used for
w3 - रंग वर्ग का उपयोग किसके लिए किया जाता है
to Set Background Color
to Set TEXT Color
to Set the Border Color
All of These
Previous Question
Next Question
25
See Explanation !
11
w3-container class adds a __________ left and right padding to any HTML element
w3 - कंटेनर वर्ग किसी भी HTML तत्व में __________ बाएं और दाएं पैडिंग जोड़ता है
4 PX
8 PX
16 PX
32 PX
Previous Question
Next Question
25
See Explanation !
12
The w3-container class is the perfect class to use for
W3 - कंटेनर क्लास उपयोग करने के लिए एकदम सही क्लास है
<div>
<article>,<header>,<footer>,
<section>
All of These
Previous Question
Next Question
25
See Explanation !
13
The w3-panel class adds a ______ top and bottom margin and a ____ left and right padding to any HTML element.
W3 - पैनल वर्ग किसी भी HTML तत्व में ______ ऊपर और नीचे का मार्जिन और ____ बाएं और दाएं पैडिंग जोड़ता है।
4PX 4PX
16PX 16PX
4PX 16PX
16PX 4PX
Previous Question
Next Question
25
See Explanation !
14
Which W3.CSS Class Is Used to Make a Text as Left Alignment
बाएं संरेखण के रूप में टेक्स्ट बनाने के लिए किस W3.CSS क्लास का उपयोग किया जाता है
w3-align-left
w3-left
w3-left-align
w3-text-left
Previous Question
Next Question
25
See Explanation !
15
Which one is Correct w3.css Class for Right Alignment
राइट अलाइनमेंट के लिए कौन सा सही w3.css क्लास है
w3-align-right
w3-right-align
w3-text-right
w3-right
Previous Question
Next Question
25
See Explanation !
16
Which one is incorrect class name for Font Size in W3.CSS
W3.CSS में फ़ॉन्ट आकार के लिए कौन सा क्लास नाम गलत है
w3-jumbo
w3-large
w3-normal
w3-tiny
Previous Question
Next Question
25
See Explanation !
17
in W3.CSS the Default Font Size for <h1> tag is
w3.CSS में के लिए डिफ़ॉल्ट फ़ॉन्ट आकार
64 PX
36 PX
32 PX
24 PX
Previous Question
Next Question
25
See Explanation !
18
Which Class Produce Largest Font Size in W3.CSS
W3.CSS में कौन सा वर्ग सबसे बड़े फ़ॉन्ट आकार का उत्पादन करता है
w3-jumbo
w3-xxxlarge
w3-xxlarge
w3-xlarge
Previous Question
Next Question
25
See Explanation !
19
Which W3.CSS Class adds borders at top, right, bottom, left (All Side) to an element
कौन सा W3.CSS क्लास एक तत्व में शीर्ष, दाएं, नीचे, बाएं (सभी तरफ) पर बॉर्डर जोड़ता है
w3-border
w3-border-all
w3-border-0
All of These
Previous Question
Next Question
25
See Explanation !
20
Which W3.CSS Class is used to remove all Border from html Element
Html एलिमेंट से सभी बॉर्डर को हटाने के लिए किस W3.CSS क्लास का उपयोग किया जाता है
w3-border-none
w3-border-0
w3-border-remove
w3-no-border
Previous Question
Next Question
25
See Explanation !
21
Which W3.CSS class is used to add zebra-stripes to a table
तालिका में ज़ेबरा - स्ट्राइप जोड़ने के लिए किस W3.CSS वर्ग का उपयोग किया जाता है
w3-table-striped
w3-zebra
w3-striped
w3-zebra-striped
Previous Question
Next Question
25
See Explanation !
22
Which W3.CSS class is used to display a border around a table
किस W3.CSS क्लास का उपयोग किसी टेबल के चारों ओर बॉर्डर प्रदर्शित करने के लिए किया जाता है
w3-border
w3-table-border
w3-bordered
w3-border-table
Previous Question
Next Question
25
See Explanation !
23
Which W3.CSS Class Properties are not included in w3-table-all Class
कौन से W3.CSS क्लास प्रॉपर्टीज w3- टेबल - ऑल क्लास में शामिल नहीं हैं
w3-striped
w3-border
w3-centered
w3-table
Previous Question
Next Question
25
See Explanation !
24
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 !
25
Which one of the following class to set background color performed by w3.css?
W3.css द्वारा किए गए बैकग्राउंड कलर को सेट करने के लिए निम्नलिखित में से कौन सा क्लास?
w3-color
w3-background-color
w3-bgcolor
w3-colour
Previous Question