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

O Level Web Design Paper July 2023

Question: 1 Report Error

HTML ______ मानक रंग नामों का समर्थन करता है।

HTML supports ______ standard color names.

A)
B)
C)
D)
Explanation

In HTML one can use a color name to specify a color e.g. Tomato, Orange, DodgerBlue, MediumSeaGreen, Gray, SlateBlue, Violet, LightGray etc. For colored fonts, we used text-decoration property to set the color of the text.

Correct Answer: C) 140


Question: 8 Report Error
Question: 10 Report Error
Question: 12 Report Error

बिंदु प्रकार और क्षेत्र प्रकार इलस्ट्रेटर के बीच अंतर

Difference between point type and area type illustrator

A)
B)
C)
D)

Question: 14 Report Error

AngularJS में ng-app निर्देश का प्राथमिक उद्देश्य क्या है?

What is the primary purpose of the ng-app directive in AngularJS?

A)
B)
C)
D)

Question: 16 Report Error

नेविगेशन बार को इसमें रखा जा सकता है

The Navigation Bar can be placed in the

A)
B)
C)
D)

Question: 23 Report Error

w3- navbar एक बनाता है

w3-navbar creates a

A)
B)
C)
D)

Question: 35 Report Error

डीपीआई का मतलब क्या है?

what does DPI stand for?

A)
B)
C)
D)

Question: 37 Report Error

XML और HTML में क्या अंतर है?

What is the difference between XML and HTML?

A)
B)
C)
D)

Question: 39 Report Error

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

The following operator “>>>” represents :

A)
B)
C)
D)

Question: 45 Report Error

w3.css grid का प्रयोग क्यों करते है?

Why use w3.css grid?

A)
B)
C)
D)

Question: 51 Report Error

व्यू जेएस क्या है?

What is Vue JS?

A)
B)
C)
D)

Question: 55 Report Error

FOR लूप कैसे प्रारंभ होता है?

How does a FOR loop start?

A)
B)
C)
D)
Explanation

In most programming languages like JavaScript, C, and C++, a for loop is structured in the following way:

  • Initialization (i = 0): The loop variable is initialized.
  • Condition (i <= 5): The loop continues as long as this condition is true.
  • Increment (i++): The loop variable is updated after each iteration.

The correct syntax is:

(D) for (i = 0; i <= 5; i++).

This will start the loop with i = 0, and it will run as long as i is less than or equal to 5, incrementing i after each iteration.

Correct Answer: D) for (i = 0; i <= 5; i++)


Question: 58 Report Error

कौन से घटक सीएसएस बॉक्स मॉडल बनाते हैं?

What components make up the CSS Box Model?

A)
B)
C)
D)

Question: 61 Report Error

w3.css क्लास के आधार पर सही विकल्प चुनें।

Select correct option on the basis of w3.css class.

A)
B)
C)
D)

Question: 62 Report Error

w3- border-right क्या करता है?

What does w3-border-right do?

A)
B)
C)
D)

Question: 66 Report Error

'बॉक्स-साइज़िंग' संपत्ति क्या करती है?

What does the 'box-sizing' property do?

A)
B)
C)
D)

Question: 71 Report Error

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

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

A)
B)
C)
D)

Question: 74 Report Error
Question: 76 Report Error

RGBA का क्या अर्थ है?

What is the meaning of RGBA?

A)
B)
C)
D)

Question: 80 Report Error

डिफ़ॉल्ट रूप से, W3.CSS शैलियाँ

By default, W3.CSS styles

A)
B)
C)
D)

Question: 81 Report Error
Question: 84 Report Error

पृष्ठभूमि रंग जोड़ने के लिए सही HTML क्या है?

What is the correct HTML for adding a background color?

A)
B)
C)
D)

Question: 90 Report Error

CMYK का अर्थ क्या हैं ?

What is the meaning of CMYK?

A)
B)
C)
D)

Question: 96 Report Error

Webpage में TAG का सही क्रम क्या है

What is the correct order of TAG in webpage?

A)
B)
C)
D)

Related Papers



















































Latest Updates