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

Solved - O Level Web Designing Model Paper 2025

Ques 1 Report Error

एचटीएमएल का मतलब है

HTML stands for

[A] Hyper Text Markup Language

[B] Hyper Text Machine Language

[C] Hyper Text Marking Language

[D] High Text Marking Language

Correct Answer : Hyper Text Markup Language


Ques 2 Report Error

HTML पेज को पढ़ने और उसे रेंडर करने के लिए निम्न में से किसका प्रयोग किया जाता है?

Which of the following is used to read an HTML page and render it?

[A] Web server

[B] Web network

[C] Web browser

[D] Web matrix

Correct Answer : Web browser


Ques 3 Report Error

HTML5 में doctype का सही सिंटैक्स क्या है?

What is the correct syntax of doctype in HTML5?

[A] </doctype html>

[B] <doctype html>

[C] <doctype html!>

[D] <!doctype html>

Correct Answer : <!doctype html>


Ques 4 Report Error

HTML में सबसे बड़ा शीर्षक डालने के लिए निम्न में से किस टैग का उपयोग किया जाता है?

Which of the following tag is used for inserting the largest heading in HTML?

[A] head

[B] <h1>

[C] <h6>

[D] heading

Correct Answer : <h1>


Ques 5 Report Error

HTML मेटाडेटा के किस भाग में निहित है?

In which part of the HTML metadata is contained?

[A] head tag

[B] title tag

[C] html tag

[D] body tag

Correct Answer : head tag


Ques 6 Report Error

निम्न में से कौन सा HTML5 टैग नहीं है?

Which of the following is not a HTML5 tag?

[A] <track>

[B] <video>

[C] <slider>

[D] <source>

Correct Answer : <slider>


Ques 7 Report Error

हम HTML में कमेंट कैसे लिखते हैं?

How do we write comments in HTML?

[A] </…….>

[B] <!……>

[C] </……/>

[D] <…….!>

Correct Answer : <!……>


Ques 8 Report Error

HTML5 में निम्नलिखित में से कौन सा तत्व वीडियो या मूवी सामग्री को परिभाषित करता है?

Which of the following elements in HTML5 defines video or movie content?

[A] <video>

[B] <movie>

[C] <audio>

[D] <media>

Correct Answer : <video>


Ques 9 Report Error

निम्न में से कौन सा HTML टेबल लेआउट से जुड़ा तत्व नहीं है?

Which of the following is not the element associated with the HTML table layout?

[A] alignment

[B] color

[C] size

[D] spanning

Correct Answer : color


Ques 10 Report Error

HTML5 लेआउट के लिए या स्टाइलिंग के लिए किस तत्व का उपयोग किया जाता है?

Which element is used for or styling HTML5 layout?

[A] CSS

[B] jQuery

[C] JavaScript

[D] PHP

Correct Answer : CSS


Ques 11 Report Error

करैक्टर को बोल्ड दिखाने के लिए किस HTML टैग का उपयोग किया जाता है?

Which HTML tag is used for making character appearance bold?

[A] <u>content</u>

[B] <b>content</b>

[C] <br>content</br>

[D] <i>content</i>

Correct Answer : <b>content</b>


Ques 12 Report Error

इमेज डालने के लिए किस HTML टैग का उपयोग किया जाता है?

Which HTML tag is used to insert an image?

[A] <img url=”htmllogo.jpg” />

[B] <img alt=”htmllogo.jpg” />

[C] <img src=”htmllogo.jpg” />

[D] <img link=”htmllogo.jpg” />

Correct Answer : <img src=”htmllogo.jpg” />


Ques 13 Report Error

HTML का एक उपसमुच्चय है

HTML is a subset of

[A] SGMT

[B] SGML

[C] SGME

[D] XHTML

Correct Answer : SGML


Ques 14 Report Error

HTML में टैग बंद होने पर किस कैरेक्टर का उपयोग किया जाता है?

Which character is used to represent when a tag is closed in HTML?

[A] #

[B] !

[C] /

[D] \

Correct Answer : /


Ques 15 Report Error

निम्नलिखित में से कौन सा HTML पैराग्राफ टैग है?

Among the following, which is the HTML paragraph tag?

[A] <p>

[B] <pre>

[C] <hr>

[D] <a>

Correct Answer : <p>


Ques 16 Report Error

HTML में, एक नई विंडो टैब में खुलने वाले लिंक को बनाने के लिए किस विशेषता का उपयोग किया जाता है?

In HTML, which attribute is used to create a link that opens in a new window tab?

[A] src=”_blank”

[B] alt=”_blank”

[C] target=”_self”

[D] target=”_blank”

Correct Answer : target=”_blank”


Ques 17 Report Error

निम्नलिखित में से किस HTML टैग का उपयोग एक अनियंत्रित सूची बनाने के लिए किया जाता है?

Which of the following HTML tag is used to create an unordered list?

[A] <ol>

[B] <ul>

[C] <li>

[D] <ll>

Correct Answer : <ul>


Ques 18 Report Error

संक्षिप्त नाम या परिवर्णी शब्द के लिए किस HTML तत्व का उपयोग किया जाता है?

Which HTML element is used for abbreviation or acronym?

[A] <abbr>

[B] <blockquote>

[C] <q>

[D] <em>

Correct Answer : <abbr>


Ques 19 Report Error

निम्न में से किस HTML टैग का उपयोग तालिका में एक पंक्ति जोड़ने के लिए किया जाता है?

Which of the following HTML tag is used to add a row in a table?

[A] <th>

[B] <td>

[C] <tr>

[D] <tt>

Correct Answer : <tr>


Ques 20 Report Error

HTML फॉर्म में टेक्स्ट एरिया बनाने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?

Which of the following tag is used to create a text area in HTML Form?

[A] <textarea></textarea>

[B] <text></text>

[C] <input type=”text” />

[D] <input type=”textarea” />

Correct Answer : <textarea></textarea>


Ques 21 Report Error

डिलीट हुए टेक्स्ट को दिखाने के लिए किस HTML एलिमेंट का प्रयोग किया जाता है?

To show deleted text, which HTML element is used?

[A] <del>

[B] <em>

[C] <strong>

[D] <ins>

Correct Answer : <del>


Ques 22 Report Error

HTML फॉर्म में ड्रॉपडाउन बनाने के लिए किस टैग का उपयोग किया जाता है?

Which tag is used to create a dropdown in HTML Form?

[A] <input>

[B] <select>

[C] <text>

[D] <textarea>

Correct Answer : <select>


Ques 23 Report Error

HTML में क्रमांकित सूची बनाने के लिए किस टैग का उपयोग किया जाता है?

Which tag is used to create a numbered list in HTML?

[A] <ol>

[B] <ul>

[C] <li>

[D] <ll>

Correct Answer : <ol>


Ques 24 Report Error

HTML फॉर्म में चेकबॉक्स कैसे बनाएं?

How to create a checkbox in HTML Form?

[A] <input type=”text”>

[B] <input type=”textarea”>

[C] <input type=”checkbox”>

[D] <input type=”button”>

Correct Answer : <input type=”checkbox”>


Ques 25 Report Error

HTML फ़ाइल को सेव करने के लिए निम्न में से किस एक्सटेंशन का उपयोग किया जाता है?

Which of the following extension is used to save an HTML file?

[A] .hl

[B] .h

[C] .htl

[D] .html

Correct Answer : .html


Ques 26 Report Error

HTML में ब्लैंक लाइन बनाने के लिए किस टैग का उपयोग किया जाता है?

Which tag is used to create a blank line in HTML?

[A] <b>

[B] <br>

[C] <em>

[D] <a>

Correct Answer : <br>


Ques 27 Report Error

प्लेन टेक्स्ट को इटैलिक फॉर्मेट में बदलने के लिए किस HTML टैग का उपयोग किया जाता है?

Which HTML tag is used to convert the plain text into italic format?

[A] <b>

[B] <p>

[C] <i>

[D] <a>

Correct Answer : <i>


Ques 28 Report Error

HTML में <hr/> टैग का क्या उपयोग है?

What is the use of <hr/> tag in HTML?

[A] For making content appearance italics

[B] To create vertical rule between sections

[C] To create a line break

[D] To create horizontal rule between sections

Correct Answer : To create horizontal rule between sections


Ques 29 Report Error

<iframe> के तहत कौन सी विशेषता आवश्यक नहीं है?

Which attribute is not essential under <iframe>?

[A] frame border

[B] width

[C] height

[D] src

Correct Answer : frame border


Ques 30 Report Error

HTML में टेक्स्ट को रेखांकित करने के लिए किस टैग का उपयोग किया जाता है

Which tag is used to underline the text in HTML?

[A] <p>

[B] <u>

[C] <i>

[D] <ul>

Correct Answer : <u>


Ques 31 Report Error

कौन सी विशेषता एक तत्व के साथ जुड़े एक अद्वितीय अल्फ़ान्यूमेरिक पहचानकर्ता को निर्दिष्ट करती है?

Which attribute specifies a unique alphanumeric identifier to be associated with an element?

[A] type

[B] article

[C] id

[D] class

Correct Answer : id


Ques 32 Report Error

YouTube वीडियो के लिए किस HTML तत्व का उपयोग किया जाता है?

Which HTML element is used for YouTube videos?

[A] <samp>

[B] <small>

[C] <frame>

[D] <iframe>

Correct Answer : <iframe>


Ques 33 Report Error

जावास्क्रिप्ट में डेटा प्रदर्शित करने के लिए, हम उपयोग नहीं कर सकते

For displaying data in JavaScript, we can’t use

[A] document. write()

[B] console.log()

[C] innerHTML

[D] document.getElementById()

Correct Answer : document.getElementById()


Ques 34 Report Error

परीक्षण के लिए हमें प्रयोग करना चाहिए

For testing we should use

[A] document. write()

[B] console.log()

[C] window. alert()

[D] innerHTML

Correct Answer : console.log()


Ques 35 Report Error

निम्नलिखित में से कौन सा कीवर्ड जावास्क्रिप्ट के निष्पादन को रोकता है?

Which of the following keyword stops the execution of JavaScript?

[A] break

[B] return

[C] debugger

[D] try….catch

Correct Answer : debugger


Ques 36 Report Error

जावास्क्रिप्ट नंबर _ के रूप में संग्रहीत हैं

JavaScript numbers are stored as _

[A] integers

[B] double precision floating point

[C] double

[D] floating point

Correct Answer : double precision floating point


Ques 37 Report Error

चरों को संख्या में बदलने के लिए किस विधि का उपयोग नहीं किया जाता है?

Which method is not used for converting variables to number?

[A] parseInt ()

[B] Number()

[C] parseFloat()

[D] valueOf()

Correct Answer : valueOf()


Ques 38 Report Error

HTML में, टैग हैं।

In HTML, the tags are .

[A] in upper case

[B] case-sensitive

[C] in lowercase

[D] not case sensitive

Correct Answer : not case sensitive


Ques 39 Report Error

HTML5 में डॉक्यूमेंट टाइप को इनिशियलाइज़ करने के लिए किस टैग का उपयोग किया जाता है

Which tag is used in HTML5 for the initialization of the document type?

[A] <Doctype HTML>

[B] <! DOCTYPE html>

[C] <Doctype>

[D] <\Doctype html>

Correct Answer : <! DOCTYPE html>


Ques 40 Report Error

वह सही तरीका क्या है जिससे हम एक ऑर्डर की गई सूची को शुरू कर सकते हैं जिसकी संख्या 5 है?

What is the correct way in which we can start an ordered list that has the numeric value count of 5?

[A] <ol type = “1” start = “5”>

[B] <ol type = “1” num = “5”>

[C] <ol type = “1” begin = “5”>

[D] <ol type = “1” initial = “5”>

Correct Answer : <ol type = “1” start = “5”>


Ques 41 Report Error

अभिव्यक्ति (x² – y²) में शक्ति प्रदर्शित करने के लिए हम किस HTML टैग का उपयोग करते हैं?

Which HTML tag do we use for displaying the power in the expression, (x² – y²)?

[A] <p>

[B] <sub>

[C] <sup>

[D] None of the above

Correct Answer : <sup>


Ques 42 Report Error

HTML में, किसी चीज़ पर टिप्पणी करने का सही तरीका होगा:

In HTML, the correct way of commenting out something would be using:

[A] ## and #

[B] <!– and –>

[C] </– and -/->

[D] <!– and -!>

Correct Answer : <!– and –>


Ques 43 Report Error

STRONG टैग के भीतर टेक्स्ट को इस रूप में प्रदर्शित किया जाता है

Text within STRONG tag is displayed as

[A] Indented

[B] Italic

[C] list

[D] Bold

Correct Answer : Bold


Ques 44 Report Error

TD टैग का प्रयोग किया जाता है

TD tag is used for

[A] Table row

[B] Table Records

[C] Table heading

[D] Row Heading

Correct Answer : Table Records


Ques 45 Report Error

जावास्क्रिप्ट फ़ाइल का विस्तार है

he extension of JavaScript file is

[A] .html

[B] .js

[C] .css

[D] .ajs

Correct Answer : .js


Ques 46 Report Error

“Yahoo”, “Infoseek” और “Lycos” हैं?

“Yahoo”, “Infoseek” and “Lycos” are ?

[A] Search Engines

[B] News groups

[C] Browsers

[D] None of the above

Correct Answer : Search Engines


Ques 47 Report Error

सर्च इंजन क्या है?

What is a search engine?

[A] Program that search documents

[B] A program that searches engines for specified keywords

[C] A machinery engine that search data

[D] A hardware component

Correct Answer : Program that search documents


Ques 48 Report Error

HTML दस्तावेज़ किस टैग जोड़े के साथ शुरू और समाप्त होता है?

HTML document start and end with which tag pairs?

[A] HTML

[B] Web

[C] Body

[D] Head

Correct Answer : HTML


Ques 49 Report Error

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

What does the CSS stands for?

[A] Creating Style Sheets

[B] Cascading Style Sheets

[C] Computer Style Sheets

[D] Colorful Style Sheets

Correct Answer : Cascading Style Sheets


Ques 50 Report Error

एचटीटीपी का पूर्ण रूप क्या है?

What is the full form of HTTP?

[A] Hyphenation text test program

[B] Hypertext transfer protocol

[C] Hypertext transfer package

[D] None of the above

Correct Answer : Hypertext transfer protocol


Ques 51 Report Error

वैन का विस्तार करें

Expand WAN

[A] World area network

[B] Wide area network

[C] Web area network

[D] None of the above

Correct Answer : Wide area network


Ques 52 Report Error

वेब मानक कौन बना रहा है?

Who is making the Web standards?

[A] Mozilla

[B] Microsoft

[C] The World Wide Web Consortium

[D] NVDIA

Correct Answer : The World Wide Web Consortium


Ques 53 Report Error

निम्नलिखित में से कौन सा प्रोटोकॉल इलेक्ट्रॉनिक मेल द्वारा उपयोग किया जाता है?

Which of the following protocol is used by electronic mail?

[A] telnet

[B] ftp

[C] smtp

[D] rdp

Correct Answer : smtp


Ques 54 Report Error

निम्नलिखित में से कौन सा भवन में नेटवर्किंग के लिए उपयुक्त है?

Which of the following is suitable for networking in a building?

[A] WAN

[B] LAN

[C] MAN

[D] BAN

Correct Answer : LAN


Ques 55 Report Error

निम्न में से कौन सा सर्च इंजन नहीं है?

Which of the following is not a search engine?

[A] Google

[B] Yahoo

[C] Twitter

[D] AltaVista

Correct Answer : Twitter


Ques 56 Report Error

जावास्क्रिप्ट प्रोजेक्ट पर काम करते समय, अपने जावास्क्रिप्ट एप्लिकेशन में, टेक्स्ट इनपुट के लिए अनुरोध करने वाले उपयोगकर्ताओं को संदेश भेजने के लिए आप किस फ़ंक्शन का उपयोग करेंगे?

While working on a JavaScript project, in your JavaScript application, which function would you use to send messages to users requesting for text input?

[A] Display()

[B] Prompt()

[C] Alert()

[D] Confirm()

Correct Answer : Prompt()


Ques 57 Report Error

इंटरनेट उपयोगकर्ताओं के आचरण से संबंधित नियमों को कहा जाता है

The rules with regards to conduct for Internet users is known as

[A] Mosaic

[B] Netiquette

[C] Protocol

[D] Internet Protocol

Correct Answer : Netiquette


Ques 58 Report Error

एक spider है

A Spider is

[A] A Computer virus

[B] A Browser

[C] A program that catalogs websites

[D] A hacker community

Correct Answer : A program that catalogs websites


Ques 59 Report Error

FTP का उपयोग नहीं करता है

FTP does not use

[A] Two transfer mode

[B] Control connection to remote computer before file can be transferred

[C] User Datagram Protocol

[D] Authorization of a user through login and password verification

Correct Answer : User Datagram Protocol


Ques 60 Report Error

टेबल हेडर बनाने वाले HTML टैग हैं

The HTML tags that create a table header are

[A] <head></head>

[B] <ttop></ttop>

[C] <th></th>

[D] <td></td>

Correct Answer : <th></th>


Ques 61 Report Error

बैकग्राउंड इमेज डालने के लिए निम्नलिखित में से कौन सा सही HTML है?

Which of the following is the correct HTML for inserting background image?

[A] <back ground img=”background.gif”>

[B] <img src=”background.gif” background/>

[C] <a href=”background.gif”>

[D] <body background=”background.gif”>

Correct Answer : <body background=”background.gif”>


Ques 62 Report Error

ब्राउजर का मुख्य कार्य है

The main function of a browser is to

[A] Compile HTML

[B] Interpret HTML

[C] de-compile HTML

[D] interpret CGI programs

Correct Answer : Interpret HTML


Ques 63 Report Error

In<IMGSRC=”C:PICTURE/BB1.gif”ALIGN=middle>ALIGN है

In<IMGSRC=”C:PICTURE/BB1.gif”ALIGN=middle>ALIGN is

[A] A tag

[B] The head

[C] The body

[D] An attribute

Correct Answer : An attribute


Ques 64 Report Error

वेब पेजों को विशिष्ट रूप से उपयोग करके परिभाषित किया जाता है

Web pages are uniquely defined using

[A] IP addresses

[B] URL

[C] Domain

[D] Filename

Correct Answer : URL


Ques 65 Report Error

निम्नलिखित में से कौन सी सेवाएं वर्ल्ड वाइड वेब पर उपलब्ध हैं?

Which of the following services are available on the World Wide Web?

[A] Encryption

[B] HTTP

[C] HTML

[D] Firewalls

Correct Answer : HTTP


Ques 66 Report Error

HTML में iframe का उपयोग वेब पेज के भीतर वेब पेज प्रदर्शित करने के लिए किया जाता है।

iframe in HTML is used to display a web page within a web page.

[A] TRUE

[B] FALSE

Correct Answer : TRUE


Ques 67 Report Error

एक वेब साइट के होम पेज को आम तौर पर home.htm या home.html नाम दिया जाता है

A Web site's home page is normally named home.htm or home.html

[A] TRUE

[B] FALSE

Correct Answer : FALSE


Ques 68 Report Error

डोमेन नेम को कन्वर्ट किया जाता है

Domain names are converted to

[A] a binary string

[B] alphanumeric string

[C] IP addresses

[D] A hexadecimal string

Correct Answer : IP addresses


Ques 69 Report Error

टैग का उपयोग करके HTML विनिर्देशन में चित्रों को प्रदर्शित करना संभव है।

It is possible to display pictures in HTML specification by using the tag.

[A] <GR src=Picturefile>

[B] <PIC src=Picturefile>

[C] <IMG src=Picturefile>

[D] <GIF src=Picturefile >

Correct Answer : <IMG src=Picturefile>


Ques 70 Report Error

सर्च इंजन सर्च करने का प्रोग्राम है

A search engine is a program to search

[A] For information

[B] webpages

[C] webpages for specified index terms

[D] webpages for information using specified search terms

Correct Answer : webpages for information using specified search terms


Ques 71 Report Error

एक्सएमएल है

XML is

[A] superset of HTML

[B] Extensible Markup Language

[C] Part of DHTML

[D] Presentation language

Correct Answer : Extensible Markup Language


Ques 72 Report Error

वर्ल्ड वाइड वेब में वेबपेज होते हैं

A world wide web contains webpages

[A] residing in many computers

[B] created using HTML

[C] with links to other webpages

[D] residing in many computers linked together using HTML

Correct Answer : residing in many computers linked together using HTML


Ques 73 Report Error

सेल पैडिंग क्या है?

What is cell padding?

[A] Used to separate cell walls from their contents

[B] Used to set space between cells

[C] Both a and b above

[D] Used to provide width to a cell

Correct Answer : Used to separate cell walls from their contents


Ques 74 Report Error

प्लग-इन है

Plug-in is a

[A] Software

[B] Hardware

[C] Software and hardware both used for specific purpose

[D] Flash player

Correct Answer : Software


Ques 75 Report Error

ई-मेल संदेश को किसके द्वारा संरक्षित किया जा सकता है

E-mail message can be protected by

[A] Encryption

[B] Caching

[C] Mirroring

[D] Shadowing

Correct Answer : Encryption


Ques 76 Report Error

किसी पैकेट के आईपी पते का सामान्यतः विश्लेषण किसके द्वारा किया जाता है?

IP address of a packet is normally analyzed by

[A] CPU

[B] Router

[C] Modem

[D] Hub

Correct Answer : Router


Ques 77 Report Error

मेटा टैग का उपयोग किस लिए किया जाता है?

What are meta tags used for?

[A] To store information usually relevant to browsers and search engines

[B] To only store information usually relevant to browsers

[C] To only store information about search engines

[D] To store information about external links

Correct Answer : To store information usually relevant to browsers and search engines


Ques 78 Report Error

वेबक्रॉलर के पास एक वेब रोबोट है जिसका नाम है

WebCrawler has a web robot called

[A] Crawler Robot

[B] Crawl bot

[C] Web bot

[D] Web robot

Correct Answer : Crawler Robot


Ques 79 Report Error

कौन सी फ़ाइल नियंत्रित करती है कि आपके फ़्रेम कैसे दिखेंगे?

Which file controls how your frames will appear?

[A] Frameset

[B] Master Document

[C] Template

[D] Timeline

Correct Answer : Frameset


Ques 80 Report Error

कौन सा टैग एक कंटेनर है?

Which tag is a container?

[A] <body>

[B] <br>

[C] <hr>

[D] <td>

Correct Answer : <body>


Ques 81 Report Error

निम्नलिखित में से किस सीएसएस चयनकर्ता का उपयोग तत्वों के समूह को निर्दिष्ट करने के लिए किया जाता है?

Which of the following CSS selectors are used to specify a group of elements?

[A] tag

[B] id

[C] class

[D] both class and tag

Correct Answer : class


Ques 82 Report Error

इनमें से किसने टेक्स्ट, लिस्ट, बॉक्स, मार्जिन, बॉर्डर, कलर और बैकग्राउंड प्रॉपर्टीज को इंट्रोड्यूस किया है?

Which of the following has introduced text, list, box, margin, border, color, and background properties?

[A] HTML

[B] PHP

[C] CSS

[D] Ajax

Correct Answer : CSS


Ques 83 Report Error

निम्नलिखित में से किस CSS फ्रेमवर्क का उपयोग रिस्पॉन्सिव डिज़ाइन बनाने के लिए किया जाता है?

Which of the following CSS framework is used to create a responsive design?

[A] django

[B] rails

[C] larawell

[D] W3CSS

Correct Answer : W3CSS


Ques 84 Report Error

निम्नलिखित में से किस सीएसएस चयनकर्ता का उपयोग किसी विशेष अद्वितीय तत्व को बांधने के लिए नियम निर्दिष्ट करने के लिए किया जाता है?

Which of the following CSS selector is used to specify a rule to bind a particular unique element?

[A] tag

[B] id

[C] class

[D] both class and tag

Correct Answer : id


Ques 85 Report Error

निम्नलिखित में से किस सीएसएस प्रॉपर्टी का उपयोग टेक्स्ट को बोल्ड करने के लिए किया जाता है?

Which of the following CSS property is used to make the text bold?

[A] text-decoration: bold

[B] font-weight: bold

[C] font-style: bold

[D] text-align: bold

Correct Answer : font-weight: bold


Ques 86 Report Error

सीएसएस शैलियाँ लागू करने का सही तरीका निम्नलिखित में से कौन सा है?

Which of the following is the correct way to apply CSS Styles?

[A] in an external CSS file

[B] inside an HTML element

[C] inside the <head> section of an HTML page

[D] all of the mentioned

Correct Answer : all of the mentioned


Ques 87 Report Error

निम्नलिखित में से कौन सी सीएसएस संपत्ति टेक्स्ट का फ़ॉन्ट आकार निर्धारित करती है?

Which of the following CSS property sets the font size of text?

[A] font-size

[B] text-size

[C] text

[D] size

Correct Answer : font-size


Ques 88 Report Error

निम्नलिखित में से कौन सी सीएसएस बॉक्स मॉडल की संपत्ति नहीं है?

Which of the following is not the property of the CSS box model?

[A] margin

[B] color

[C] width

[D] height

Correct Answer : color


Ques 89 Report Error

निम्नलिखित में से किस CSS गुण का उपयोग टेक्स्ट का रंग सेट करने के लिए किया जाता है?

Which of the following CSS property is used to set the color of the text?

[A] text-decoration

[B] pallet

[C] colour

[D] color

Correct Answer : color


Ques 90 Report Error

निम्नलिखित में से कौन सी सीएसएस संपत्ति नियंत्रित करती है कि तत्व कैसे स्थित है?

Which of the following CSS Property controls how an element is positioned?

[A] static

[B] position

[C] fix

[D] set

Correct Answer : position


Ques 91 Report Error

टेबल में टेक्स्ट को अलाइन करने के लिए निम्न में से किस प्रॉपर्टी का उपयोग किया जाता है?

Which of the following property is used to align the text in a table?

[A] text-align

[B] align

[C] text

[D] none of the mentioned

Correct Answer : text-align


Ques 92 Report Error

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

What is the preferred way for adding a background color in HTML?

[A] <body background="yellow">

[B] <background>yellow</background>

[C] < body style="background-color:yellow">

[D] <background color="yellow">text<background>

Correct Answer : < body style="background-color:yellow">


Ques 93 Report Error

हाइपरलिंक बनाने के लिए सही HTML क्या है?

What is the correct HTML for creating a hyperlink?

[A] <a name="">A</a>

[B] <a>B</a>

[C] <a href="http://www.example.com">example</a>

[D] <a url="http://www.example.com">example</a>

Correct Answer : <a href="http://www.example.com">example</a>


Ques 94 Report Error

इनमें से कौन से टैग सभी <टेबल> टैग हैं?

Which of these tags are all <table> tags?

[A] <table><head><tfoot>

[B] <table><tr><td>

[C] <table><tr><tt>

[D] <thead><body><tr>

Correct Answer : <table><tr><td>


Ques 95 Report Error

निम्नलिखित में से कौन सा जावास्क्रिप्ट नहीं कर सकता?

Which of the following JavaScript cannot do?

[A] JavaScript can react to events

[B] JavaScript can manipulate HTML elements

[C] JavaScript can be used to validate data

[D] None of the Above

Correct Answer : None of the Above


Ques 96 Report Error

जावास्क्रिप्ट में वेरिएबल घोषित करने के लिए कीवर्ड का उपयोग किया जाता है।

keyword is used to declare variables in javascript.

[A] Var

[B] dim

[C] String

[D] None of the above

Correct Answer : Var


Ques 97 Report Error

क्या डेटा सेल में छवियां हो सकती हैं?

Can a data cell contain images?

[A] yes

[B] no

Correct Answer : yes


Ques 98 Report Error

कथन का उपयोग करना यह है कि आप किसी विशिष्ट स्थिति का परीक्षण कैसे करते हैं।

Using statement is how you test for a specific condition.

[A] Select

[B] If

[C] Switch

[D] For

Correct Answer : If


Ques 99 Report Error

ब्राउज़र का मुख्य कार्य है

The main function of a browser is to

[A] compile HTML

[B] interpret HTML

[C] de-compile HTML

[D] interpret CGI programs

Correct Answer : interpret HTML


Ques 100 Report Error

इंटरनेट उपयोगकर्ताओं के लिए आचरण के संबंध में नियमों को कहा जाता है

The rules with regards to conduct for Internet users is known as

[A] Mosaic

[B] Netiquette

[C] Protocol

[D] Internet Protocol

Correct Answer : Netiquette


Related Papers
Latest Updates