NEW
Font size
WorksheetsM2 R5 Test 14
Total questions: 10
Worksheet time: 5mins
CSS का पूरा रूप क्या है?
Cascading Style Sheets
Colorful Style Sheets
Computer Style Sheets
Creative Style Sheets
CSS में 'border' के लिए किन तीन प्रॉपर्टीज़ का उपयोग किया जाता है?
border-style, border-width, border-color
border-width, border-type, border-color
border-style, border-radius, border-width
border-type, border-radius, border-style
JavaScript में एक array के कितने प्रकार होते हैं?
One
Two
Three
Four
JavaScript में 'document.getElementById()' का कार्य क्या है?
It adds an element to the page
It retrieves an element by its ID
It sets the page title
It removes an element from the page
CSS में 'position' प्रॉपर्टी का क्या कार्य है?
It sets the background color
It controls the stacking order of elements
It sets the position of an element relative to its normal position
It controls the layout of elements
JavaScript में 'undefined' का मतलब क्या है?
A value is not defined
A variable is defined but not assigned
An object is not available
A function is not yet defined
CSS में 'display: flex;' का क्या मतलब है?
It makes the element invisible
It makes the element a flex container
It applies a grid layout to the element
It adds a border to the element
JavaScript में 'localStorage' और 'sessionStorage' के बीच क्या अंतर है?
'localStorage' is for the current session, while 'sessionStorage' is persistent across sessions
'localStorage' persists data across sessions, while 'sessionStorage' is for the current session only
Both store data for one session
There is no difference
CSS में 'z-index' प्रॉपर्टी का क्या कार्य है?
It specifies the size of the element
It controls the stacking order of positioned elements
It sets the visibility of an element
It defines the margin of an element
JavaScript में एक फ़ंक्शन को कैसे घोषित किया जाता है?
function myFunction() {}
function = myFunction() {}
declare function myFunction() {}
def myFunction() {}
