Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Bootstrap
Java Script
JQuery
AngularJs
Project
Blog
QUIZ ON : css - PROPERTIES IN CSS
PROPERTIES IN CSS
00:00:00
English
Hindi
Question No# :
01
out of 50
If the background image is of larger or smaller size than the container width, then which line of code will resize it to make fully visible?
If the background image is of larger or smaller size than the container width, then which line of code will resize it to make fully visible?
A.
background-size: contain;
background-size: contain;
B.
background-repeat: no-repeat;
background-repeat: no-repeat;
C.
background-size: cover;
background-size: cover;
D.
none of the above
none of the above
Question No# :
02
out of 50
The CSS property justify-content is used in:
CSS संपत्ति justify-content का उपयोग इसमें किया जाता है:
A.
Flexbox
फ्लेक्सबॉक्स
B.
Grid layout
ग्रिड लेआउट
C.
Text alignment
पाठ संरेखण
D.
Adding shadows to the element
तत्व में छाया जोड़ना
Question No# :
03
out of 50
What is the default value of the position property?
What is the default value of the position property?
A.
absolute
absolute
B.
static
static
C.
fixed
fixed
D.
relative
relative
Question No# :
04
out of 50
What is the correct way to link an external CSS file to an HTML document
किसी बाहरी CSS फ़ाइल को HTML दस्तावेज़ से लिंक करने का सही तरीका क्या है
A.
<style src="style.css">
<स्टाइल src='style.css'>
B.
<link rel="stylesheet" href="style.css">
<लिंक rel='स्टाइलशीट' href='style.css'>
C.
. <css link="style.css">
. <सीएसएस लिंक='स्टाइल.सीएसएस'>
D.
<script src="style.css">
<स्क्रिप्ट src='style.css'>
Question No# :
05
out of 50
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# :
06
out of 50
Which of the following property is used to control the scrolling of an image in the background?
पेज के बैकग्राउंड में किसी पिक्चर की स्क्रॉलिंग को नियंत्रित करने के लिए निम्नलिखित में से किस प्रॉपर्टी का उपयोग किया जाता है?
A.
background-attachment
background-attachment
B.
background
background
C.
background-repeat
background-repeat
D.
background-position
background-position
Question No# :
07
out of 50
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# :
08
out of 50
Which of the following property is used to control the scrolling of an image in the background
निम्नलिखित में से किस गुण का उपयोग पृष्ठभूमि में किसी छवि की स्क्रॉलिंग को नियंत्रित करने के लिए किया जाता है
A.
background-attachment
background-attachment
B.
background
background
C.
background-repeat
background-repeat
D.
background-position
background-position
Question No# :
09
out of 50
What does the ‘margin:auto’ means?
What does the ‘margin:auto’ means?
A.
Set the margin equally on top and bottom of the element
Set the margin equally on top and bottom of the element
B.
Set the margin equally on left and right of the element
Set the margin equally on left and right of the element
C.
Set the margin equally on all sides of the element.
Set the margin equally on all sides of the element.
D.
It is uncertain what will happen
It is uncertain what will happen
Question No# :
10
out of 50
The CSS property word-spacing is used to control
CSS प्रॉपर्टी वर्ड-स्पेसिंग का उपयोग नियंत्रित करने के लिए किया जाता है
A.
The spacing between lines of text
पाठ की पंक्तियों के बीच का अंतर
B.
The spacing between words in a text
किसी पाठ में शब्दों के बीच का अंतर
C.
The width of the words in a text
किसी पाठ में शब्दों की चौड़ाई
D.
The color of the words in a text
किसी पाठ में शब्दों का रंग
Question No# :
11
out of 50
<p>Match the CSS Background Property with Its Function</p><p><br></p><table class="table table-bordered"><tbody><tr><td><span style="font-size: 14px;"><b>CSS Property</b></span></td><td><span style="font-size: 14px;"><b>Function</b></span></td></tr><tr><td><span style="font-size: 14px;">A. background-color</span></td><td><span style="font-size: 14px;">1. Sets an image as the background of an element</span></td></tr><tr><td><span style="font-size: 14px;">B. background-image</span></td><td><span style="font-size: 14px;">2. Specifies how a background image repeats</span></td></tr><tr><td><span style="font-size: 14px;">C. background-repeat</span></td><td><span style="font-size: 14px;">3. Defines the position of a background image within an element</span></td></tr><tr><td><span style="font-size: 14px;">D. background-position</span></td><td><span style="font-size: 14px;">4. Sets the background color of an element</span></td></tr><tr><td><br></td><td><span style="font-size: 14px;">5. Specifies whether the background is fixed or scrolls with the page</span></td></tr><tr><td><br></td><td><span style="font-size: 14px;">6. Controls the transparency of the background color</span></td></tr></tbody></table><p><br></p>
CSS बैकग्राउंड प्रॉपर्टी को उसके फंक्शन से मिलाएं
A.
A → 3, B → 1, C → 2, D → 4
A → 3, B → 1, C → 2, D → 4
B.
A →5, B → 1, C → 2, D →6
A →5, B → 1, C → 2, D →6
C.
A → 4, B → 1, C → 2, D → 3
A → 4, B → 1, C → 2, D → 3
D.
A → 6, B → 1, C → 2, D → 3
A → 6, B → 1, C → 2, D → 3
Question No# :
12
out of 50
Which CSS property is used to change the text color of an element?
किसी तत्व के टेक्स्ट का रंग बदलने के लिए किस CSS गुण का उपयोग किया जाता है?
A.
text-color
text-color
B.
color
color
C.
font-color
font-color
D.
All of These
इनमे से सभी
Question No# :
13
out of 50
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# :
14
out of 50
What does the CSS property overflow: hidden; do
सीएसएस संपत्ति क्या करती है अतिप्रवाह: छिपा हुआ; करना
A.
Hides the content that overflows the element's box
उस सामग्री को छुपाता है जो तत्व के बॉक्स को ओवरफ़्लो करती है
B.
Adds a shadow to the element
तत्व में एक छाया जोड़ता है
C.
Centers the element on the page
तत्व को पृष्ठ पर केन्द्रित करता है
D.
Removes the element from the document flow
दस्तावेज़ प्रवाह से तत्व को हटा देता है
Question No# :
15
out of 50
What is the correct CSS syntax for making all the <p> elements bold?
What is the correct CSS syntax for making all the <p> elements bold?
A.
p { font-weight:bold; }
p { font-weight:bold; }
B.
<p style=”font-size:bold;”>
<p style=”font-size:bold;”>
C.
p { text-size:bold; }
p { text-size:bold; }
D.
<p style=”text-size:bold;”>
<p style=”text-size:bold;”>
Question No# :
16
out of 50
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
The CSS property text-decoration: line-through; is used to
सीएसएस संपत्ति टेक्स्ट-डेकोरेशन: लाइन-थ्रू; करने के लिए प्रयोग किया जाता है
A.
Apply an underline to the text
पाठ पर एक रेखांकन लागू करें
B.
Remove the underline from a link
किसी लिंक से अंडरलाइन हटा दें
C.
Apply a line-through effect to the text
टेक्स्ट पर लाइन-थ्रू प्रभाव लागू करें
D.
Change the font style of the text
टेक्स्ट की फ़ॉन्ट शैली बदलें
Question No# :
18
out of 50
What is work of padding property?
पैडिंग प्रॉपर्टी का कार्य क्या है?
A.
to set Space between its content and its border
to set Space between its content and its border
B.
to set Space outside content
to set Space outside content
C.
to set Space between tow lines
to set Space between tow lines
D.
to set Space between to character
to set Space between to character
Question No# :
19
out of 50
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# :
20
out of 50
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# :
21
out of 50
Which CSS property sets a background image for an element
कौन सी सीएसएस प्रॉपर्टी किसी तत्व के लिए पृष्ठभूमि छवि सेट करती है
A.
background-color
पृष्ठभूमि का रंग
B.
background
पृष्ठभूमि
C.
background-image
पृष्ठभूमि छवि
D.
both b and c
बी और सी दोनों
Question No# :
22
out of 50
How do you select all <p> elements that are children of <div> elements
आप उन सभी <p> तत्वों का चयन कैसे करते हैं जो <div> तत्वों के बच्चे हैं
A.
div > p
डिव > पी
B.
div + p
डिव + पी
C.
div p
डिव पी
D.
div, p
डिव, पी
Question No# :
23
out of 50
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# :
24
out of 50
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# :
25
out of 50
Which HTML tag is used to apply an external CSS file
बाहरी CSS फ़ाइल को लागू करने के लिए किस HTML टैग का उपयोग किया जाता है
A.
<style>
<शैली>
B.
<css>
<सीएसएस>
C.
. <link>
<लिंक>
D.
. <script>
<स्क्रिप्ट>
Question No# :
26
out of 50
The CSS property text-decoration: none; is used to
सीएसएस संपत्ति पाठ-सजावट: कोई नहीं; करने के लिए प्रयोग किया जाता है
A.
Remove the underline from a link
किसी लिंक से अंडरलाइन हटा दें
B.
Apply an underline to a link
किसी लिंक पर अंडरलाइन लागू करें
C.
Change the font size of a link
किसी लिंक का फ़ॉन्ट आकार बदलें
D.
Set the color of a link
लिंक का रंग सेट करें
Question No# :
27
out of 50
Which property will be used to display an image of at least 100px width?
Which property will be used to display an image of at least 100px width?
A.
max-height
max-height
B.
max-width
max-width
C.
min-height
min-height
D.
min-width
min-width
Question No# :
28
out of 50
The CSS property text-align: center; is used to
सीएसएस संपत्ति टेक्स्ट-एलाइन: सेंटर; करने के लिए प्रयोग किया जाता है
A.
Align the text to the left
पाठ को बाईं ओर संरेखित करें
B.
Align the text to the right
पाठ को दाईं ओर संरेखित करें
C.
Center-align the text
पाठ को केंद्र-संरेखित करें
D.
Justify the text
पाठ का औचित्य सिद्ध करें
Question No# :
29
out of 50
Which of the following will give blue color to text?
निम्नलिखित में से कौन टेक्स्ट को नीला रंग देगा?
A.
color: hsl(255, 0, 0);
color: hsl(255, 0, 0);
B.
color: hsl(0, 255, 0);
color: hsl(0, 255, 0);
C.
color: rgba(0, 0, 255, 1);
color: rgba(0, 0, 255, 1);
D.
color: rgba(0, 0, 255, 0);
color: rgba(0, 0, 255, 0);
Question No# :
30
out of 50
The CSS property visibility: hidden; does what to an element
सीएसएस संपत्ति दृश्यता: छिपा हुआ; किसी तत्व के लिए क्या करता है
A.
Hides the element but preserves the space it occupies
तत्व को छुपाता है लेकिन उसके द्वारा घेरी गई जगह को सुरक्षित रखता है
B.
Makes the element transparent
तत्व को पारदर्शी बनाता है
C.
Removes the element from the document flow
दस्तावेज़ प्रवाह से तत्व को हटा देता है
D.
Makes the element visible
तत्व को दृश्यमान बनाता है
Question No# :
31
out of 50
Which CSS property is used to control the space between the borders of adjacent cells in a table
किसी तालिका में आसन्न कोशिकाओं की सीमाओं के बीच के स्थान को नियंत्रित करने के लिए किस CSS संपत्ति का उपयोग किया जाता है
A.
cell-spacing
कोशिका-अंतराल
B.
table-spacing
टेबल-स्पेसिंग
C.
border-spacing
सीमा-अंतराल
D.
cell-padding
सेल-पैडिंग
Question No# :
32
out of 50
What does the CSS property border: 2px solid #000; do
सीएसएस संपत्ति सीमा क्या है: 2px ठोस #000; करना
A.
Sets a solid black border with a width of 2 pixels
2 पिक्सेल की चौड़ाई के साथ एक ठोस काला बॉर्डर सेट करता है
B.
Adds a shadow to the border of an element
किसी तत्व की सीमा पर एक छाया जोड़ता है
C.
Removes the border from the element
तत्व से बॉर्डर हटा देता है
D.
Changes the font color to black
फ़ॉन्ट का रंग बदलकर काला कर देता है
Question No# :
33
out of 50
How can one change the font of an element?
कोई किसी तत्व का फॉन्ट कैसे बदल सकता है?
A.
f:
f:
B.
Font:
Font:
C.
Font-family
Font-family
D.
Font:b
Font:b
Question No# :
34
out of 50
What does the > selector do in CSS
> चयनकर्ता CSS में क्या करता है
A.
Selects all elements
सभी तत्वों का चयन करता है
B.
Selects all child elements of a specified element
किसी निर्दिष्ट तत्व के सभी चाइल्ड तत्वों का चयन करता है
C.
Selects all descendant elements
सभी क्लासिक सामानों का चयन किया जाता है
D.
Selects the next sibling element
अगले सहोदर तत्व का चयन करता है
Question No# :
35
out of 50
Which of the following CSS list properties is/are correct?
निम्नलिखित में से कौन सी सीएसएस सूची गुण सही है/हैं?
A.
set different list item markers for ordered lists
ऑर्डर लिस्टो के लिए अलग लिस्ट आइटम मार्कर सेट करें
B.
Set different list item markers for unordered lists
अव्यवस्थित लिस्टो के लिए अलग लिस्ट आइटम मार्कर सेट करें
C.
Set an image as the list item marker
एक इमेज को लिस्ट आइटम मार्कर के रूप में सेट करें
D.
All of the mentioned
उल्लिखित सभी
Question No# :
36
out of 50
How to apply specific styles to h1 tag only when mouse points to it
केवल h1 टैग पर विशिष्ट शैलियाँ कैसे लागू करें जब माउस उस पर इंगित करता है
A.
h1.hover
h1.होवर
B.
h1 : hover
h1: होवर
C.
h1-hover
h1-होवर
D.
h1+hover
h1+होवर
Question No# :
37
out of 50
What is the correct syntax for applying a class in CSS
CSS में क्लास लगाने के लिए सही सिंटैक्स क्या है
A.
#classname
#वर्गनाम
B.
.classname
वर्गनाम
C.
classname
वर्गनाम
D.
*classname
*वर्गनाम
Question No# :
38
out of 50
What is the purpose of the CSS property flex-direction
सीएसएस प्रॉपर्टी फ्लेक्स-डायरेक्शन का उद्देश्य क्या है
A.
Sets the direction of the text within the element
तत्व के भीतर पाठ की दिशा निर्धारित करता है
B.
Defines the order of stacking for positioned elements
स्थित तत्वों के लिए स्टैकिंग के क्रम को परिभाषित करता है
C.
Sets the direction of the flexible items inside a flex container
फ्लेक्स कंटेनर के अंदर लचीली वस्तुओं की दिशा निर्धारित करता है
D.
Controls the spacing between lines of text
पाठ की पंक्तियों के बीच अंतर को नियंत्रित करता है
Question No# :
39
out of 50
Which CSS property is used to change the text color of an element
किसी तत्व के टेक्स्ट का रंग बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
A.
font-color
लिपि का रंग
B.
text-color
पाठ का रंग
C.
color
रंग
D.
text-style
पाठ शैली
Question No# :
40
out of 50
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# :
41
out of 50
What does the CSS property object-fit control
CSS प्रॉपर्टी ऑब्जेक्ट-फिट नियंत्रण क्या करती है
A.
The size of the content box
सामग्री बॉक्स का आकार
B.
The alignment of the text
पाठ का संरेखण
C.
How an element's content should be resized to fit its container
किसी तत्व की सामग्री को उसके कंटेनर में फिट करने के लिए कैसे आकार बदला जाना चाहिए
D.
The position of the element in the viewport
व्यूपोर्ट में तत्व की स्थिति
Question No# :
42
out of 50
The CSS property flex-grow is used to
CSS प्रॉपर्टी flex-grow का उपयोग किया जाता है
A.
Specify the initial size of a flex item
किसी फ्लेक्स आइटम का प्रारंभिक आकार निर्दिष्ट करें
B.
Define the order of a flex item
फ्लेक्स आइटम के क्रम को परिभाषित करें
C.
Control how much a flex item can shrink relative to the other flex items
नियंत्रित करें कि एक फ्लेक्स आइटम अन्य फ्लेक्स आइटम के सापेक्ष कितना सिकुड़ सकता है
D.
Control how much a flex item can grow relative to the other flex items
नियंत्रित करें कि एक फ्लेक्स आइटम अन्य फ्लेक्स आइटम के सापेक्ष कितना बढ़ सकता
Question No# :
43
out of 50
How can you set the font size of text in CSS?
आप सीएसएस में टेक्स्ट का फ़ॉन्ट आकार कैसे सेट कर सकते हैं?
A.
Size
Size
B.
text-size
text-size
C.
font-size
font-size
D.
font-dimension
font-dimension
Question No# :
44
out of 50
The CSS property box-shadow: 5px 5px 10px #888888; does what to an element
सीएसएस संपत्ति बॉक्स-छाया: 5px 5px 10px #888888; किसी तत्व के लिए क्या करता है
A.
Adds a border to the element
तत्व में एक बॉर्डर जोड़ता है
B.
Centers the element on the page
तत्व को पृष्ठ पर केन्द्रित करता है
C.
Applies a shadow to the element with specified offset, blur, and color
निर्दिष्ट ऑफसेट, धुंधलापन और रंग के साथ तत्व पर छाया लागू करता है
D.
Sets the transparency of the element
तत्व की पारदर्शिता निर्धारित करता है
Question No# :
45
out of 50
The CSS property overflow: auto; is used to
सीएसएस संपत्ति अतिप्रवाह: ऑटो; करने के लिए प्रयोग किया जाता है
A.
Hide the content that overflows the element's box
उस सामग्री को छुपाएं जो तत्व के बॉक्स को ओवरफ्लो करती है
B.
Add a scroll bar to the element if the content overflows
यदि सामग्री ओवरफ्लो हो जाती है तो तत्व में एक स्क्रॉल बार जोड़ें
C.
Expand the element to fit its conten
तत्व को उसकी सामग्री में फिट करने के लिए उसका विस्तार करें
D.
Remove the element from the document flow
दस्तावेज़ प्रवाह से तत्व निकालें
Question No# :
46
out of 50
The CSS property backface-visibility is used in
सीएसएस प्रॉपर्टी बैकफेस-विज़िबिलिटी का उपयोग किया जाता है
A.
Transformations
परिवर्तनों
B.
Flexbox
फ्लेक्सबॉक्स
C.
TTransition
बदलाव
D.
Animations
एनिमेशन
Question No# :
47
out of 50
What does the CSS property box-shadow allow you to do
CSS प्रॉपर्टी बॉक्स-शैडो आपको क्या करने की अनुमति देती है
A.
Add a shadow to the border of an element
किसी तत्व की सीमा पर एक छाया जोड़ें
B.
Change the background color of an element
किसी तत्व का पृष्ठभूमि रंग बदलें
C.
Increase the element's size
तत्व का आकार बढ़ाएँ
D.
Apply a shadow to the text inside an element
किसी तत्व के अंदर टेक्स्ट पर छाया लागू करें
Question No# :
48
out of 50
Question: What does the CSS property pointer-events: none; do?
सीएसएस प्रॉपर्टी पॉइंटर-इवेंट्स: कोई नहीं; करना?
A.
Disables pointer events for the element
तत्व के लिए सूचक घटनाओं को अक्षम करता है
B.
Enables pointer events for the element
तत्व के लिए सूचक घटनाओं को सक्षम करता है
C.
Adds a pointer to the element
तत्व में एक सूचक जोड़ता है
D.
Changes the color of the pointer
पॉइंटर का रंग बदलता है
Question No# :
49
out of 50
The CSS property border-image is used for
CSS प्रॉपर्टी बॉर्डर-इमेज का उपयोग किया जाता है
A.
Adding a background image to the border
बॉर्डर पर पृष्ठभूमि छवि जोड़ना
B.
Applying an image as the border of an element
किसी छवि को किसी तत्व की सीमा के रूप में लागू करना
C.
Changing the color of the border
बॉर्डर का रंग बदलना
D.
Adjusting the spacing between lines of text
पाठ की पंक्तियों के बीच अंतर को समायोजित करना
Question No# :
50
out of 50
The CSS property transition is used for
CSS प्रॉपर्टी ट्रांज़िशन का उपयोग किसके लिए किया जाता है
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
किसी तत्व का रंग बदलना
Latest Current Affairs 2025
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2025
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Sarkari Exam Quiz