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
Set
25
See Explanation !
1
What is W3.CSS
W3.CSS क्या है
A JavaScript framework
A CSS framework
A database management system
A programming language
Next Question
25
See Explanation !
2
JavaScript can change?
जावास्क्रिप्ट बदल सकती है?
HTML Conternt
HTML Attribute Values
HTML Styles
AIl of the above
Previous Question
Next Question
25
See Explanation !
3
What does the w3-opacity class do
W3 - ऑपेसिटी क्लास क्या करता है
Sets the opacity to a specific value (default is 0.75)
Makes the element invisible
Adds a fade animation to the element
Sets the background transparency
Previous Question
Next Question
25
See Explanation !
4
In which of the following ways can a submit button be created?
निम्नलिखित में से किस तरीके से सबमिट बटन बनाया जा सकता है?
<input type="submit" value="Submit"/>
<input type="text" value="Submit"/>
<input type="button" value="Submit"/>
<input type="reset" value="Submit"/>
Previous Question
Next Question
25
See Explanation !
5
The CSS property text-transform: uppercase; is used to:
CSS प्रॉपर्टी टेक्स्ट - ट्रांसफ़ॉर्म: अपरकेस; का उपयोग करने के लिए किया जाता है:
Transform the text to italics
Change the text color to uppercase
Apply uppercase letters to the text
Set the font size to uppercase
Previous Question
Next Question
25
See Explanation !
6
What does the CSS property box-shadow allow you to do
CSS प्रॉपर्टी बॉक्स - शैडो आपको क्या करने देता है
Add a shadow to the border of an element
Change the background color of an element
Increase the element's size
Apply a shadow to the text inside an element
Previous Question
Next Question
25
See Explanation !
7
Identify the non-semantic elements in HTML tags
HTML टैग में गैर - सेमैंटिक तत्वों की पहचान करें
<div>
<form>
<table>
<article>
Previous Question
Next Question
25
See Explanation !
8
Flow Control is performed at which of the following layer?
प्रवाह नियंत्रण निम्नलिखित में से किस परत पर किया जाता है?
Network
Physical
Data Link
None of the options
Previous Question
Next Question
25
See Explanation !
9
What is not true about W3.CSS ?
W3.CSS के बारे में क्या सच नहीं है ?
W3.CSS is a modern, responsive, mobile first CSS Framework
W3.CSS provide equality for all browsers
W3.CSS provides equality for all devices
W3.CSS is not the standard CSS
Previous Question
Next Question
25
See Explanation !
10
Which of the following is Not a semantic HTML element?
निम्नलिखित में से कौन एक शब्दार्थ HTML तत्व नहीं है?
<article>
<header>
<section>
<div>
Previous Question
Next Question
25
See Explanation !
11
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 !
12
What is SMTP related ?
SMTP का क्या संबंध है?
Email
Messenger
Search
Web
Previous Question
Next Question
25
See Explanation !
13
The BODY tag is usually used after
BODY टैग का उपयोग आमतौर पर निम्नलिखित के बाद किया जाता है
HTML tag
HEAD tag
TITLE tag
EM tag
Previous Question
Next Question
25
See Explanation !
14
What is the meaning of CC in Email?
ईमेल में CC का क्या अर्थ है?
Cut and Copy
Copy Case
Carbon Copy
None of the above
Previous Question
Next Question
25
See Explanation !
15
Which of the following selector selects an element if it’s the only child of its parent?
निम्नलिखित में से कौन सा चयनकर्ता एक तत्व का चयन करता है यदि वह अपने माता - पिता की इकलौती संतान है?
:root
:nth-oftype(n)
:only-child
None of these
Previous Question
Next Question
25
See Explanation !
16
Which of the following is a virus?
निम्नलिखित में से कौन सा एक वायरस है?
Natural occurs
To make by human being
Made by machine
All of above
Previous Question
Next Question
25
See Explanation !
17
How do we write comments in HTML5?
हम HTML5 में टिप्पणियाँ कैसे लिखते हैं?
<!--.….-->
<--.….--!>
</--…..-->
</--…..--/>
Previous Question
Next Question
25
See Explanation !
18
The page title is inside the____tag.
पेज का शीर्षक ____टैग के अंदर है।
Body
Head
Division
Table
Previous Question
Next Question
25
See Explanation !
19
Which of the following attributes of text box control allow to limit the maximum character?
टेक्स्ट बॉक्स नियंत्रण की निम्नलिखित में से कौन सी विशेषता अधिकतम वर्ण को सीमित करने की अनुमति देती है?
size
len
maxlength
All of the above
Previous Question
Next Question
25
See Explanation !
20
How can you apply the same style to multiple selectors in a single rule
आप एक ही नियम में कई चयनकर्ताओं पर एक ही शैली कैसे लागू कर सकते हैं
Separate each selector with a comma
Use the & symbol
Use the || symbol
Separate each selector with a colon
Previous Question
Next Question
25
See Explanation !
21
How do you add a background color for all <h1> elements?
आप सभी के लिए बैकग्राउंड का रंग कैसे जोड़ते हैं
h1.all {background-color:red;}
h1 {background-color:red;}
all.h1 {background-colorred;}
.h1{background-color:red}
Previous Question
Next Question
25
See Explanation !
22
SMTP is associated with
SMTP किससे जुड़ा है
TCP/IP
Electronic Mail
Internet Explorer
www
Previous Question
Next Question
25
See Explanation !
23
Which of the following options is incorrect with reference to status codes ?
स्टेटस कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है?
200 OK
304 Not Found
400 Bad Request
301 Moved Permanently
Previous Question
Next Question
25
See Explanation !
24
Which of the following is used to read a HTML page and render it ?
HTML पृष्ठ को पढ़ने और उसे रेंडर करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है ?
Web browser
Web server
Web matrix
Web network
Previous Question
Next Question
25
See Explanation !
25
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