O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Videos
Projects
MCQ : CSS For NIELIT O Level Exam
CSS For NIELIT O Level Exam
00:00:00
English
Hindi
Question No# :
01
out of 50
Report Bug
Bookmark
What is the correct CSS syntax for making all the <p> elements bold?
A.
<p style="font-size:bold;">
<p style="font-size:bold;">
B.
p {text-size:bold;}
p {text-size:bold;}
C.
<p style="text-size:bold;">
<p style="text-size:bold;">
D.
p {font-weight:bold;}
p {font-weight:bold;}
Question No# :
02
out of 50
Report Bug
Bookmark
The CSS property transition is used for:
सीएसएस संपत्ति संक्रमण का उपयोग इसके लिए किया जाता है:
A.
Adding a smooth transition effect to an element
किसी तत्व में एक सहज संक्रमण प्रभाव जोड़ना
B.
Changing the font of an element
किसी तत्व का फ़ॉन्ट बदलना
C.
Controlling the transition between different pages
विभिन्न पृष्ठों के बीच संक्रमण को नियंत्रित करना
D.
Changing the color of an element
किसी तत्व का रंग बदलना
Question No# :
03
out of 50
Report Bug
Bookmark
How to insert multiple line comments in a CSS file ?
एक सीएसएस फ़ाइल में एकाधिक लाइन कमेंट कैसे सम्मिलित करें?
A.
//statement
//statement
B.
'statement
'statement
C.
/*statement */
/*statement */
D.
// statement //
// statement //
Question No# :
04
out of 50
Report Bug
Bookmark
What does the general sibling selector (~) do
जनरल सिबलिंग सिलेक्टर (~) क्या करता है
A.
Selects all elements
सभी तत्वों का चयन करता है
B.
Selects all siblings after a specified element
एक निर्दिष्ट तत्व के बाद सभी भाई-बहनों का चयन करता है
C.
Selects only the first sibling of a specified element
निर्दिष्ट तत्व के केवल पहले सहोदर का चयन करता है
D.
Selects only the last sibling of a specified element
निर्दिष्ट तत्व के केवल अंतिम सहोदर का चयन करता है
Question No# :
05
out of 50
Report Bug
Bookmark
What is the proper html syntax for referencing an external style sheet ?
एक्सटर्नल स्टाइल शीट को संदर्भित करने के लिए उचित एच टी ऍम एल सिंटैक्स क्या है?
A.
<style src="demostyle.css">
<style src="demostyle.css">
B.
<stylesheet>demostyle.css</stylesheet>
<stylesheet>demostyle.css</stylesheet>
C.
<link rel="stylesheet" type="text/css" href="demostyle.css>
<link rel="stylesheet" type="text/css" href="demostyle.css>
D.
None of these
None of these
Question No# :
06
out of 50
Report Bug
Bookmark
The CSS property margin: 10px auto; does what to an element
सीएसएस संपत्ति मार्जिन: 10px ऑटो; किसी तत्व के लिए क्या करता है
A.
Adds a margin of 10 pixels on all sides of the element
तत्व के सभी तरफ 10 पिक्सेल का मार्जिन जोड़ता है
B.
Centers the element horizontally
तत्व को क्षैतिज रूप से केन्द्रित करता है
C.
Aligns the element to the top of its container
तत्व को उसके कंटेनर के शीर्ष पर संरेखित करता है
D.
Increases the font size of the element
तत्व का फ़ॉन्ट आकार बढ़ाता है
Question No# :
07
out of 50
Report Bug
Bookmark
Which of the following is correct ?
निम्न में से कौन सा सही है ?
A.
Style sheets allow content to be optimized for more than one type of device.
स्टाइल शीट पेज को एक से अधिक प्रकार के डिवाइस के लिए अनुकूलित करने की अनुमति देती है।
B.
CSS can store web applications locally With the help of an offline cache
CSS ऑफ़लाइन कैश की सहायता से वेब एप्लिकेशन को स्थानीय रूप से संग्रहीत कर सकता
C.
Using CSS, we can view online website. In cache also ensures faster loading and better overall performance of the website.
CSS का उपयोग करके हम ऑनलाइन वेबसाइट देख सकते हैं। कैश में वेबसाइट की तेज़ लोडिंग और बेहतर समग्र प्रदर्शन भी सुनिश्चित होता है।
D.
All of the above.
ऊपर के सभी।
Question No# :
08
out of 50
Report Bug
Bookmark
____________ is used to add special effects to a website, such as animation, or hover effects.
____________ का यूज़ किसी वेबसाइट पर विशेष इफ़ेक्ट ऐड करने के लिए किया जाता है, जैसे एनीमेशन, या होवर इफ़ेक्ट।
A.
CSS
सीएसएस
B.
PHP
पीएचपी
C.
Javascript
जावास्क्रिप्ट
D.
HTML
एचटीएमएल
Question No# :
09
out of 50
Report Bug
Bookmark
How do you add a background color for all <h1> elements?
आप सभी <h1> तत्वों के लिए पृष्ठभूमि रंग कैसे जोड़ते हैं?
A.
h1.all {background-color:red;}
h1.all {background-color:red;}
B.
h1 {background-color:red;}
h1 {background-color:red;}
C.
all.h1 {background-colorred;}
all.h1 {background-colorred;}
D.
.h1{background-color:red}
.h1{background-color:red}
Question No# :
10
out of 50
Report Bug
Bookmark
Which CSS property is used to set the style of a list item marker
सूची आइटम मार्कर की शैली सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
A.
marker-style
मार्कर-शैली
B.
list-style-type
सूची-शैली-प्रकार
C.
list-marker
सूची-चिह्नक
D.
item-style
आइटम शैली
Question No# :
11
out of 50
Report Bug
Bookmark
Which selector selects elements based on a certain state
कौन सा चयनकर्ता एक निश्चित स्थिति के आधार पर तत्वों का चयन करता है
A.
Combinator selector
संयोजक चयनकर्ता
B.
Pseudo Class selector
संयोजक चयनकर्ता
C.
Pseudo elements selector
छद्म तत्व चयनकर्ता
D.
Attribute selector
गुण चयनकर्ता
Question No# :
12
out of 50
Report Bug
Bookmark
Which element is used for or styling HTML5 layout?
HTML5 लेआउट के लिए या स्टाइलिंग के लिए किस तत्व का उपयोग किया जाता है?
A.
CSS
CSS
B.
jQuery
jQuery
C.
JavaScript
JavaScript
D.
PHP
PHP
Question No# :
13
out of 50
Report Bug
Bookmark
The CSS property min-width is used to:
सीएसएस संपत्ति न्यूनतम-चौड़ाई का उपयोग इसके लिए किया जाता है:
A.
Set the maximum width of an element
किसी तत्व की अधिकतम चौड़ाई निर्धारित करें
B.
Specify the minimum width of an element
किसी तत्व की न्यूनतम चौड़ाई निर्दिष्ट करें
C.
Set the minimum font size of text
टेक्स्ट का न्यूनतम फ़ॉन्ट आकार सेट करें
D.
Change the background color of an element
किसी तत्व का पृष्ठभूमि रंग बदलें
Question No# :
14
out of 50
Report Bug
Bookmark
If the elements - <p>, <h4> and <a> tags are needed to be of the orange color, then which of the following will do this?
A.
p h4 a { color: orange; }
p h4 a { color: orange; }
B.
p; h4; a { color: orange; }
p; h4; a { color: orange; }
C.
p+a+h4 { color: orange; }
p+a+h4 { color: orange; }
D.
h4, a, p { color: orange; }
h4, a, p { color: orange; }
Question No# :
15
out of 50
Report Bug
Bookmark
Which tag is used to link an external style sheet to a webpage?
बाहरी स्टाइल शीट को वेबपेज से जोड़ने के लिए किस टैग का उपयोग किया जाता है?
A.
<Link> tag
लिंक टैग
B.
<Style> tag
स्टाइल टैग
C.
<Script> tag
स्क्रिप्ट टैग
D.
@media
@मीडिया
Question No# :
16
out of 50
Report Bug
Bookmark
Which property is used for font size in css?
CSS में फ़ॉन्ट आकार के लिए किस प्रॉपर्टी का उपयोग किया जाता है?
A.
text-size
text-size
B.
font-size
font-size
C.
font-style
font-style
D.
fontsize
fontsize
Question No# :
17
out of 50
Report Bug
Bookmark
Select the CSS property that sets the width of an element’s bottom border?
उस CSS गुण का चयन करें जो तत्व की निचली सीमा की चौड़ाई निर्धारित करता है?
A.
border-width
border-width
B.
border-bottom
border-bottom
C.
border-width-bottom
border-width-bottom
D.
border-bottom-width
border-bottom-width
Question No# :
18
out of 50
Report Bug
Bookmark
What does the z-index property in CSS control
CSS में z-index प्रॉपर्टी क्या नियंत्रित करती है
A.
Opacity
अस्पष्टता
B.
Visibility
दृश्यता
C.
Stacking order
ढेर लगाने का क्रम
D.
Font size
फ़ॉन्ट आकार
Question No# :
19
out of 50
Report Bug
Bookmark
What are the benefit of using CSS in web pages
वेब पेजों में CSS का उपयोग करने के क्या फायदे हैं
A.
Easier to maintain and update
रखरखाव और अद्यतन करना आसान
B.
Greater consistency in design
डिज़ाइन में अधिक स्थिरता
C.
More formatting options.
. अधिक स्वरूपण विकल्प.
D.
All of the above
ऊपर के सभी
Question No# :
20
out of 50
Report Bug
Bookmark
What CSS property would you use to align a block element horizontally in the center
किसी ब्लॉक तत्व को केंद्र में क्षैतिज रूप से संरेखित करने के लिए आप किस सीएसएस संपत्ति का उपयोग करेंगे
A.
text-align: center;
पाठ-संरेखण: केंद्र
B.
margin: auto;
मार्जिन: ऑटो;
C.
display: block;
प्रदर्शन: ब्लॉक;
D.
float: center;
फ़्लोट: केंद्र;
Question No# :
21
out of 50
Report Bug
Bookmark
What happens if an inline style conflicts with an external CSS rule
यदि कोई इनलाइन शैली बाहरी सीएसएस नियम के साथ टकराव करती है तो क्या होता है
A.
The external CSS rule is applied
बाह्य CSS नियम लागू किया गया है
B.
The inline style is applied
इनलाइन शैली लागू की गई है
C.
Both are ignored
दोनों को नजरअंदाज किया जाता है
D.
The browser applies the styles randomly
ब्राउज़र शैलियों को बेतरतीब ढंग से लागू करता है
Question No# :
22
out of 50
Report Bug
Bookmark
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 ?
एचटीएमएल / एक्सएचटीएमएल पेज पर सेक्शन में किस एलिमेंट का उपयोग किया जाता है, यदि हम पृष्ठ को सजाने के लिए बाहरी स्टाइल शीट फाइल का उपयोग करना चाहते हैं।
A.
<src
<src
B.
<link>
<link>
C.
<style>
<style>
D.
<css>
<css>
Question No# :
23
out of 50
Report Bug
Bookmark
What does CSS stands for?
CSS का क्या मतलब है?
A.
Creating Style Sheets
Creating Style Sheets
B.
Cascading Style Sheets
Cascading Style Sheets
C.
Computer Style Sheets
Computer Style Sheets
D.
Colorful Style Sheets
Colorful Style Sheets
Question No# :
24
out of 50
Report Bug
Bookmark
How can you select all direct child elements of a specific parent in CSS
आप सीएसएस में किसी विशिष्ट माता-पिता के सभी प्रत्यक्ष बाल तत्वों का चयन कैसे कर सकते हैं
A.
parent > child
अभिभावक > बच्चा
B.
parent child
अभिभावक बच्चा
C.
parent .child
अभिभावक .बच्चा
D.
parent + child
माता-पिता + बच्चा
Question No# :
25
out of 50
Report Bug
Bookmark
which SS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string ?
कौन सी एसएस प्रॉपटी यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ दिखाएं डॉट्स (इलिप्सिस), या एक कस्टम स्ट्रिंग प्रदर्शित करते हैं?
A.
Text-decoration
Text-decoration
B.
Text-stroke
Text-stroke
C.
Text-shadow
Text-shadow
D.
Text-overflow
Text-overflow
Question No# :
26
out of 50
Report Bug
Bookmark
What is the purpose of the margin property in CSS
CSS में मार्जिन प्रॉपर्टी का उद्देश्य क्या है
A.
Adds space inside an element
किसी तत्व के अंदर स्थान जोड़ता है
B.
Adds space outside an element
किसी तत्व के बाहर स्थान जोड़ता है
C.
Sets the font size
फ़ॉन्ट आकार सेट करता है
D.
Changes the background color
पृष्ठभूमि का रंग बदलता है
Question No# :
27
out of 50
Report Bug
Bookmark
How do you apply a background image to an element in CSS?
आप सीएसएस में किसी तत्व पर पृष्ठभूमि छवि कैसे लागू करते हैं?
A.
image: url('background.jpg');
छवि: यूआरएल('बैकग्राउंड.जेपीजी');
B.
background-image: url('background.jpg');
पृष्ठभूमि-छवि: यूआरएल ('पृष्ठभूमि.jpg');
C.
img: url('background.jpg');
img: url('background.jpg');
D.
background: url('background.jpg');
पृष्ठभूमि: url('background.jpg');
Question No# :
28
out of 50
Report Bug
Bookmark
The CSS property transform-origin is used to
CSS प्रॉपर्टी ट्रांसफ़ॉर्म-ऑरिजिन का उपयोग किया जाता है
A.
Set the initial position of a transformed element
परिवर्तित तत्व की प्रारंभिक स्थिति निर्धारित करें
B.
Define the order of stacking for positioned elements
स्थित तत्वों के लिए स्टैकिंग के क्रम को परिभाषित करें
C.
Apply a shadow to the element
तत्व पर छाया लागू करें
D.
Change the font size of the element
तत्व का फ़ॉन्ट आकार बदलें
Question No# :
29
out of 50
Report Bug
Bookmark
How do you apply styles to all <input> elements that are checked?
आप सभी checked <input> एलिमेंट (टैग) पर स्टाइल कैसे लागू करते हैं?
A.
input:checked
input:checked
B.
input:focus
input:focus
C.
input:hover
input:hover
D.
input:active
input:active
Question No# :
30
out of 50
Report Bug
Bookmark
What is the purpose of the CSS property border-collapse
सीएसएस संपत्ति बॉर्डर-पतन का उद्देश्य क्या है
A.
Adds a border to the element
तत्व में एक बॉर्डर जोड़ता है
B.
Collapses the borders of table cells into a single border
तालिका कक्षों की सीमाओं को एक ही सीमा में संक्षिप्त करता है
C.
Separates the borders of adjacent cells in a table
किसी तालिका में आसन्न कोशिकाओं की सीमाओं को अलग करता है
D.
Changes the color of the border
बॉर्डर का रंग बदलता है
Question No# :
31
out of 50
Report Bug
Bookmark
Which of the following is used to apply a specific rule and can never be overridden in CSS ?
निम्नलिखित में से किसका उपयोग एक विशिष्ट नियम को लागू करने के लिए किया जाता है और इसे CSS में कभी भी ओवरराइड नहीं किया जा सकता है?
A.
@important
@important
B.
!important!
!important!
C.
!important
!important
D.
important!
important!
Question No# :
32
out of 50
Report Bug
Bookmark
Which of the following selectors select any tag with an id attribute set ?
निम्नलिखित में से कौन सा सिलेक्टर आईडी एट्रीब्यूट के साथ किसी भी टैग को सेलेक्ट करता है?
A.
E#id
E#id
B.
.class
.class
C.
#id
#id
D.
*
*
Question No# :
33
out of 50
Report Bug
Bookmark
Which of the following selector selects the element that is the first child of its parent that is of its type?
निम्नलिखित में से कौन सा सेलेक्टर उस एलीमेंट का चयन करता है जो उसके पैरेंट का पहला चाइल्ड है जो उसी के प्रकार का है?
A.
:first-child
:first-child
B.
:last-child
:last-child
C.
::first-line
::first-line
D.
::first-letter
::first-letter
Question No# :
34
out of 50
Report Bug
Bookmark
The "color:black" in CSS syntax is known as
सी एस एस सिंटैक्स में "रंग: काला" को के रूप में जाना जाता है
A.
Vaiue
Vaiue
B.
Declaration
Declaration
C.
Selector
Selector
D.
Rule
Rule
Question No# :
35
out of 50
Report Bug
Bookmark
What is full form of CMYK
CMYK का फुल फॉर्म क्या है?
A.
Cyan, Magenta, Yellow and Blue
Cyan, Magenta, Yellow and Blue
B.
Cyan, Magenta, Yellow and Key(Black)
Cyan, Magenta, Yellow and Key(Black)
C.
Cyan, Magenta, Yellow and Khaki
Cyan, Magenta, Yellow and Khaki
D.
None of these
None of these
Question No# :
36
out of 50
Report Bug
Bookmark
By using CSS style or code, how can one remove the underline from all hyperlinks?
सी एस एस स्टाइल या कोड का उपयोग करके, सभी हाइपरलिंक्स से रेखांकन को कैसे हटाया जा सकता है?
A.
a {text-decoration: no-underline;}
a {text-decoration: no-underline;}
B.
a {text: no-underline;}
a {text: no-underline;}
C.
a {text-decoration:none;}
a {text-decoration:none;}
D.
a (text-style: no-underline;}
a (text-style: no-underline;}
Question No# :
37
out of 50
Report Bug
Bookmark
What is the correct HTML for referring to an external style sheet?
एक्सटरनल स्टाइल शीट को संदर्भित करने के लिए सही HTML क्या है?
A.
<style src="mystyle.css">
<style src="mystyle.css">
B.
<stylesheet>mystyle.css</stylesheet>
<stylesheet>mystyle.css</stylesheet>
C.
<link rel="stylesheet" type="text/css" href="mystyle.css">
<link rel="stylesheet" type="text/css" href="mystyle.css">
D.
<link rel="stylesheet" type="text/css" src="mystyle.css">
<link rel="stylesheet" type="text/css" src="mystyle.css">
Question No# :
38
out of 50
Report Bug
Bookmark
How will you change font for a paragraph text?
आप किसी टेक्स्ट का फ़ॉन्ट कैसे बदलेंगे?
A.
p{font-style: "Times New Roman";}
p{font-style: "Times New Roman";}
B.
p{font-family:"Times New "roman",Times,serif;}
p{font-family:"Times New "roman",Times,serif;}
C.
p{font-weight:"Times New Roman",Times,serif;}
p{font-weight:"Times New Roman",Times,serif;}
D.
None of these
इनमें से कोई नहीं
Question No# :
39
out of 50
Report Bug
Bookmark
What is the default value of the display property for a <div> elementWhat is the default value of the display property for a <div> element
<div> तत्व के लिए डिस्प्ले प्रॉपर्टी का डिफ़ॉल्ट मान क्या है
A.
inline
इन - लाइन
B.
block
अवरोध पैदा करना
C.
inline-block
इनलाइन-ब्लॉक
D.
flex
मोड़ना
Question No# :
40
out of 50
Report Bug
Bookmark
Which is the correct CSS syntax written inside the style tag?
A.
body { font-size: 20px; }
body { font-size: 20px; }
B.
body { font-size= 20px };
body { font-size= 20px };
C.
body:{ font-size: 20px; }
body:{ font-size: 20px; }
D.
body:{ font-size= 20px; }
body:{ font-size= 20px; }
Question No# :
41
out of 50
Report Bug
Bookmark
Select the CSS property that sets the width of an element’s bottom border.
उस सीएसएस प्रॉपर्टी का चयन करें जो किसी तत्व की निचली सीमा की चौड़ाई निर्धारित करती है?
A.
border-width
border-width
B.
border-bottom
border-bottom
C.
border-width-bottom
border-width-bottom
D.
border-bottom-width
border-bottom-width
Question No# :
42
out of 50
Report Bug
Bookmark
Which CSS property is used to create a horizontal line
क्षैतिज रेखा बनाने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
A.
hr-line
घंटा लाइन
B.
line-horizontal
रेखा-क्षैतिज
C.
horizontal-line
क्षैतिज रेखा
D.
border-bottom
सीमा-नीचे
Question No# :
43
out of 50
Report Bug
Bookmark
How do you style all elements with a specific attribute, regardless of its value
आप सभी तत्वों को एक विशिष्ट विशेषता के साथ कैसे शैलीबद्ध करते हैं, चाहे उसका मूल्य कुछ भी हो
A.
[attr]
[attr]
B.
[attr=""]
[attr=''']
C.
[attr=*]
[attr=*]
D.
attr[ ]
attr[ ]
Question No# :
44
out of 50
Report Bug
Bookmark
The CSS property background-size: cover; is used to:
सीएसएस संपत्ति पृष्ठभूमि-आकार: कवर; करने के लिए प्रयोग किया जाता है:
A.
Stretch the background image to cover the entire element
पूरे तत्व को कवर करने के लिए पृष्ठभूमि छवि को फैलाएँ
B.
Tile the background image horizontally and vertically
पृष्ठभूमि छवि को क्षैतिज और लंबवत रूप से टाइल करें
C.
Repeat the background image in one direction
पृष्ठभूमि छवि को एक दिशा में दोहराएं
D.
Resize the background image to fit the content
सामग्री को फिट करने के लिए पृष्ठभूमि छवि का आकार बदलें
Question No# :
45
out of 50
Report Bug
Bookmark
What is the default value of the position property?
CSS में पोजीशन प्रॉपर्टी के डिफ़ॉल्ट वैल्यू क्या है
A.
absolute
absolute
B.
static
static
C.
fixed
fixed
D.
relative
relative
Question No# :
46
out of 50
Report Bug
Bookmark
Which of the following selector selects the element that is the targeted in the URL?
निम्न में से कौन सा चयनकर्ता उस एलिमेंट्स का चयन करता है जो URL में लक्षित है?
A.
:selected
:सेलेक्टेड
B.
:link
:लिंक
C.
:target
:टारगेट
D.
:enabled
:इनेबल्ड
Question No# :
47
out of 50
Report Bug
Bookmark
What is the purpose of the CSS float property
सीएसएस फ्लोट प्रॉपर्टी का उद्देश्य क्या है
A.
Adds rounded corners to an element
किसी तत्व में गोलाकार कोने जोड़ता है
B.
Aligns an element to the center
किसी तत्व को केंद्र में संरेखित करता है
C.
Moves an element to the left or right
किसी तत्व को बाएँ या दाएँ ले जाता है
D.
Changes the transparency of an element
किसी तत्व की पारदर्शिता को बदलता है
Question No# :
48
out of 50
Report Bug
Bookmark
The CSS property backface-visibility is used in
सीएसएस प्रॉपर्टी बैकफेस-विज़िबिलिटी का उपयोग किया जाता है
A.
Transformations
परिवर्तनों
B.
Flexbox
फ्लेक्सबॉक्स
C.
TTransition
बदलाव
D.
Animations
एनिमेशन
Question No# :
49
out of 50
Report Bug
Bookmark
The CSS property text-overflow: ellipsis; is used when:
सीएसएस संपत्ति text-overflow: ellipsis; प्रयोग तब किया जाता है जब
A.
The text should be vertically centered
पाठ लंबवत केन्द्रित होना चाहिए
B.
The text should be aligned to the right
पाठ को दाईं ओर संरेखित किया जाना चाहिए
C.
The text is too long to fit in the container
टेक्स्ट कंटेनर में फिट होने के लिए बहुत लंबा है
D.
The text color should be changed
टेक्स्ट का रंग बदला जाना चाहिए
Question No# :
50
out of 50
Report Bug
Bookmark
CSS is a______________language.
CSS एक______लैंगुएज है।
A.
Structural
स्ट्रक्चरल
B.
Presentational
प्रस्तुतिकरण
C.
Markup
मार्कअप
D.
Behavioral
बिहेवियरल
Latest Current Affairs 2026
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Online MBA 2 years
Online MCA
Online BCA
Best Website and Software Company in Allahabad