🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

O Level Web Design Paper July 2022 | Set 1

Question: 2 Report Error

"w3-पंक्ति-पैडिंग" एक वर्ग है जो परिभाषित करता है:

“w3-row-padding” is a class which defines :

A)
B)
C)
D)

Question: 3 Report Error

HTML के लिए क्या सत्य है?

What is true for HTML ?

A)
B)
C)
D)

Question: 7 Report Error

कोड की उपरोक्त पंक्तियों में # दर्शाता है:

The # in the above lines of code represents:

<style>
#myHeader {
background-color: lightblue;
color: black;
padding: 40px;
text-align: center;
}
</style>

A)
B)
C)
D)

Question: 8 Report Error

वर्ल्ड वाइड वेब क्या है?

What is the World Wide Web ?

A)
B)
C)
D)

Question: 13 Report Error

HTML में मौजूद सभी टैग हैं:

All the tags present in HTML are :

A)
B)
C)
D)

Question: 20 Report Error

"यह" एक है:

“This” is a :

A)
B)
C)
D)

Question: 26 Report Error

कोड की उपरोक्त पंक्ति में "alt" विशेषता का क्या उपयोग है?

What is the usage of “alt” attribute in the above line of code ?

<img src="xyz.jpg" class="w3-circle" alt="Alps">.


A)
B)
C)
D)

Question: 29 Report Error

HTML <iframe> टैग निर्दिष्ट करता है.

The HTML <iframe> tag specifies.

A)
B)
C)
D)

Question: 35 Report Error

दस्तावेज़ ऑब्जेक्ट मॉडल दर्शाता है:

Document Object Model represents :

A)
B)
C)
D)

Question: 41 Report Error

कोड की उपरोक्त पंक्ति में * दर्शाता है:

In the above line of code * represents:

*my classname
{
attributes here
}

A)
B)
C)
D)

Question: 43 Report Error

AngularJS में एनजी-मॉडल निर्देश प्रदान करता है:

The ng-model directive in AngularJS provides :

A)
B)
C)
D)

Question: 45 Report Error

CSS में HSL का मतलब क्या है?

HSL in CSS stands for ?

A)
B)
C)
D)

Question: 53 Report Error

w3.CSS में "s3" वर्ग परिभाषित करता है:

“s3” class in w3.CSS defines :

A)
B)
C)
D)

Question: 59 Report Error

निम्नलिखित में से कौन सा सही सीएसएस सिंटैक्स है?

Which of the following is the correct CSS syntax ?

A)
B)
C)
D)

Question: 65 Report Error

निम्नलिखित ऑपरेटर ">>>" दर्शाता है:

The following operator “>>>” represents :

A)
B)
C)
D)

Question: 67 Report Error

बाहरी सीएसएस को संदर्भित करने के लिए सही वाक्यविन्यास?

The correct syntax for referring to an external CSS ?

A)
B)
C)
D)

Question: 72 Report Error

किसी छवि के कुछ हिस्सों को कैसे हटाएं?

How to remove parts of an image ?

A)
B)
C)
D)

Question: 75 Report Error

एसजीएमएल का मतलब है?

SGML stands for ?

A)
B)
C)
D)

Question: 79 Report Error

"w3-होवर-रंग" वर्ग परिभाषित करता है:

“w3-hover-color” class defines the :

A)
B)
C)
D)

Question: 84 Report Error

W3.CSS एक मानक CSS है जिसमें:

W3.CSS is a standard CSS that has :

A)
B)
C)
D)

Question: 87 Report Error

AngularJS का सिंटैक्स इस प्रकार दिखता है:

The syntax of AngularJS looks like :

A)
B)
C)
D)

Question: 92 Report Error

प्रोग्राम का आउटपुट दीजिए

Give the output of the program

<html>
<body>
<script>
var number=50;//global variable
function a(){
alert(number);
}
function b(){
alert(number);
}
a();
</script>
</body>
</html>

A)
B)
C)
D)

Question: 94 Report Error

w3.CSS में कंटेनर जोड़ने का सिंटैक्स:

Syntax to add containers in w3.CSS :

A)
B)
C)
D)

Question: 98 Report Error

उपरोक्त कोड में, नाम विशेषता गायब है (बोल्ड लाइन)। नाम विशेषता का उपयोग न करने का क्या असर होगा ?

In the above code, the name attribute is missing (bold line ). What will be the effect of not using the name attribute ?

<!DOCTYPE html>
<html>
<body>
<h2>The name Attribute</h2>
<form method = “get”>
First name:<br> <input type="text" value="Shivansh"> <br>
Last name:<br> <input type="text" name="lastname" value="kumar"> <br>
<input type="submit" value="Submit">
</form>
</body>
</html>
A)
B)
C)
D)

Question: 100 Report Error

एक खाली टैग क्या दर्शाता है?

What does an empty tag represent ?

A)
B)
C)
D)

Related Papers











































Latest Updates