Top News

Html Top 50 MCQs

 

1) HTML का अर्थ है -

HTML stands for -

        a)    HighText Machine Language

        b)   HyperText and links Markup Language

        c)    HyperText Markup Language

        d)   None of these

 

        Ans. c)    HyperText Markup Language

2) HTML में लाइन-ब्रेक डालने के लिए निम्न में से कौन सा टैग प्रयोग किया जाता है?

Which of the following tag is used to insert a line-break in HTML?

        a)    <br>

        b)   <a>

        c)    <pre>

        d)   <b>

 

    Ans. a)    <br>

3) HTML में टेक्स्ट को इटैलिक बनाने के लिए निम्नलिखित में से कौन सा तत्व जिम्मेदार है?

Which of the following element is responsible for making the text italic in HTML?

        a)    <i>

        b)   <italic>

        c)    <it>

        d)   <pre>

 

    Ans. a)    <i>

4) HTML में चेकबॉक्स कैसे बनाएं?

How to create a checkbox in HTML?

        a)    <input type = "checkbox">

        b)   <input type = "button">

        c)    <checkbox>

        d)   <input type = "check">

 

   Ans. a)    <input type = "checkbox">

5) निम्नलिखित में से कौन सा टैग टेबल में रो जोड़ने के लिए प्रयोग किया जाता है?

Which of the following tag is used to add rows in the table?

        a)    <td> and </td>

        b)   <th> and </th>

        c)    <tr> and </tr>

        d)   None of the above

 

    Ans. c)    <tr> and </tr>

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

Which of the following attribute is used to provide a unique name to an element?

        a)    class

        b)   id

        c)    type

        d)   None of the above

 

   Ans. b)   id

7) HTML में मेल भेजने का सही तरीका निम्न में से कौन सा है?

Which of the following is the correct way to send mail in HTML?

        a)    <a href = "mailto: xy@y">

        b)   <a href = "xy@y">

        c)    <mail xy@y</mail>

        d)   None of the above

 

   Ans. a)    <a href = "mailto: xy@y">

8) HTML में बैकग्राउंड इमेज कैसे डालें?

How to insert a background image in HTML?

        a)    <body background = "img.png">

        b)   <img background = "img.png">

        c)    <bg-image = "img.png">

        d)   None of the above

 

   Ans. a)    <body background = "img.png">

9) निम्न में से कौन सा लोअरकेस अक्षरों का उपयोग करके सूची बनाने का सही तरीका है?

Which of the following is the correct way to create a list using the lowercase letters?

        a)  <ol alpha = "a" >

        b)   <ol type = "a">

        c)  <ol letter = "a">

       d)  None of the above

 

   Ans. b)   <ol type = "a">

10)   निम्नलिखित में से कौन HTML दस्तावेज़ का रूट टैग है?

Which of the following is the root tag of the HTML document?

        a)    <body>

        b)   <head>

        c)   <title>

        d)   <html>

 

   Ans. d)   <html>

11)   निम्नलिखित में से कौन टैग की attributes हैं?

Which of the following are the attributes of the tag?

        a)    method

        b)   action

        c)    Both (a) & (b)

        d)   None of the above

 

   Ans. c)    Both (a) & (b)

12)   HTML में हाइपरलिंक कैसे बनाये?

How to create a hyperlink in HTML?

        a)    <a href = "www.javatpoint.com"> javaTpoint.com </a>

        b)   <a url = "www.javatpoint.com" javaTpoint.com /a>

        c)    <a link = "www.javatpoint.com"> javaTpoint.com </a>

        d)   <a> www.javatpoint.com <javaTpoint.com /a>

 

   Ans. a)    <a href = "www.javatpoint.com"> javaTpoint.com </a>

13)   <input> है -

<input> is -

        a)    a format tag.

        b)   an empty tag.

        c)    All of the above

        d)   None of the above

 

   Ans. b)   an empty tag.

14)   HTML में कुछ टिप्पणी करने का सही तरीका कौन सा है?

Which is the correct way to comment out something in HTML?

        a)    Using ## and #

        b)   Using <!-- and -->

        c)    Using </-- and -/->

        d)   Using <!-- and -!>

 

   Ans. b)   Using <!-- and -->

15)   किसी तत्व की पृष्ठभूमि का रंग बदलने के लिए उपयोग की जाने वाली CSS में property है -

The property in CSS used to change the background color of an element is -

        a)    bgcolor

        b)   color

        c)    background-color

        d)   All of the above

 

   Ans. c)    background-color

16)   इनलाइन शैलियों को परिभाषित करने के लिए प्रयुक्त HTML विशेषता है -

The HTML attribute used to define the inline styles is -

        a)    style

        b)   styles

   c)   class

   d)   None of the above

 

   Ans. a)    style

17)   निम्नलिखित में से कौन सी सीएसएस संपत्ति किसी तत्व की पृष्ठभूमि छवि को सेट करने के लिए प्रयोग की जाती है?

Which of the following CSS property is used to set the background image of an element?

        a)    background-attachment

        b)   background-image

        c)    background-color

        d)   None of the above

   Ans. b)   background-image

18)   निम्नलिखित में से कौन सा वाक्य-विन्यास सभी अनुच्छेद तत्वों के पृष्ठभूमि-रंग को पीला करने के लिए सही सिंटैक्स है?

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?

        a)     p {background-color : yellow;}

        b)    p {background-color : #yellow;}

        c)     all {background-color : yellow;}

        d)    all p {background-color : #yellow;}

 

   Ans. a)     p {background-color : yellow;}

19)   CSS का अर्थ है -

CSS stands for -

        a)     Cascade style sheets

        b)    Color and style sheets

        c)     Cascading style sheets

        d)    None of the above

 

   Ans. c)     Cascading style sheets

20)   बाहरी स्टाइल शीट को रेफर करने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?

Which of the following is the correct syntax for referring the external style sheet?

        a)     <style src = example.css>

        b)    <style src = "example.css" >

        c)     <stylesheet> example.css </stylesheet>

        d)    <link rel="stylesheet" type="text/css" href="example.css">

 

   Ans. d)    <link rel="stylesheet" type="text/css" href="example.css">

21)   ड्रॉप-डाउन चयन सूचियों में मौजूद विकल्पों को परिभाषित करने के लिए हम किस टैग का उपयोग करते हैं?

Which tag do we use to define the options present in the drop-down selection lists?

        a)    <list>

        b)    <option>

        c)     <dropdown>

        d)    <select>

 

   Ans. b)    <option>

22)   HTML में, टैग __________ होते हैं।

In HTML, the tags are __________.

        a)     in upper case

        b)    case-sensitive

        c)     in lowercase

        d)    not case sensitive

 

   Ans. d)    not case sensitive

23)   व्यंजक (x² – y²) में power प्रदर्शित करने के लिए हम किस 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

 

   Ans. c)     <sup>

24)   स्क्रॉलिंग प्रभाव के साथ टेक्स्ट प्रदर्शित करने के लिए हम किस HTML टैग का उपयोग करते हैं?

Which HTML tag do we use to display text along with a scrolling effect?

        a)     <div>

        b)    <scroll>

        c)     <marquee>

        d)    None of the above

 

   Ans. c)     <marquee>

25)   एक ordered लिस्ट को 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" initial = "5">

        b)    <ol type = "1" begin = "5">

        c)     <ol type = "1" num = "5">

        d)    <ol type = "1" start = "5">

 

   Ans. d)    <ol type = "1" start = "5">

26)   इनमें से किस इकाई का उपयोग नॉन ब्रेकिंग स्पेस को प्रदर्शित करने के लिए किया जाता है?

which of these entity is used to display non breaking space?

        a)     &nbsp

        b)    &lt

        c)     &gt

        d)    &zeta

 

   Ans. a)     &nbsp

27)   एचटीएमएल उपयोग करता है

HTML uses

        a)     User defined tags

        b)    Pre-specified tags

        c)     Fixed tags defined by the language

        d)    Tags only for linking

   Ans. c)     Fixed tags defined by the language

28)   <b> टैग के अलावा और कौन सा टैग टेक्स्ट को बोल्ड बनाता है?

Apart from <b> tag, what other tag makes text bold ?

        a)     <strong>

        b)    <i>

        c)     <bold>

        d)    <em>

 

   Ans. a)     <strong>

29)   html में हेडिंग के कितने लेवल होते हैं?

How many levels of heading are there in html?

        a)     three

        b)    four

        c)     five

        d)    six

 

   Ans. d)    six

30)   निम्नलिखित में से किस टैग में टर्मिनेटर की आवश्यकता नहीं होती है?

Which of the following tags do not require a terminator?

        a)    <u>

        b)   <br>

        c)    <b>

        d) none of the above

 

   Ans. b)   <br>

30)   किसी विशेष फ़ॉन्ट के लिए इसकी आकार विशेषता से लेकर निरपेक्ष मान हो सकता है -

For a particular font its size attribute can be an absolute value ranging from -

        a)     1-10

        b)    1-9

        c)     1-8

        d)    1-7

 

   Ans. d)    1-7

32)   इन्मे से कौन सा सही है ?

Which of the following is true?

        a)    BR tag is used to have a blank line

        b)    In tables, the header cell is centred by default and the data cells are right-aligned

        c)     The <TR> is used to create a data cell

        d)    INPUT tag must have at least 4 attributes

 

   Ans. a)    BR tag is used to have a blank line

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

In which part of the HTML metadata is contained?

        a)     head tag

        b)    title tag

        c)     html tag

        d)    body tag

 

   Ans. a)     head tag

34)   HTML5 में हाईलाइटेड टेक्स्ट प्राप्त करने के लिए किस तत्व का उपयोग किया जाता है?

Which element is used to get highlighted text in HTML5?

        a)     <u>

        b)    <mark>

        c)     <highlight>

        d)    <b>

 

   Ans. b)    <mark>

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

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

        a)     <video>

        b)    <movie>

        c)     <audio>

        d)    <media>

 

   Ans. a)     <video>

36)   निम्नलिखित में से कौन सा HTML कोड एक image को क्लिक करने योग्य बना देगा?

Which of the following HTML code will make an image clickable?

        a)     <a href="https://www.wikipedia.com/">Wikipedia Home Page</a>

        b)    <img src="https://www.wikipedia.com/wikipedia-logo">

<a href="https://www.wikipedia.com/">Wikipedia  Home Page</a>

</img>

        c)     <a href="https://www.wikipedia.com/">Wikipedia Home Page</a>

<img src="https://www.wikipedia.com/wikipedia-logo" />

        d)    <a href="https://www.wikipedia.com/"><img src="https://www.wikipedia.com/wikipedia-logo" /></a>

 

   Ans. d)    <a href="https://www.wikipedia.com/"><img src="https://www.wikipedia.com/wikipedia-logo" /></a>

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

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”

 

   Ans. d)    target = ”_blank”

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

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

        a)     <text></text>

        b)    <textarea> </textarea>

        c)     <input type=”text” />

        d)    <input type=”textarea” />

   Ans. b)    <textarea> </textarea>

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

HTML is a subset of

        a)     SGMT

        b)    SGML

        c)     SGME

        d)    XHTML

 

   Ans. b)    SGML

40)   वह प्रतीक जो HREF को किसी पते या फ़ाइल नाम के बजाय NAME एंकर के नाम के रूप में पहचानता है -

The symbol that identities that HREF attribute as the name of a NAME anchor rather than an address or filename is -

        a)     “&”

        b)    “$”

        c)     “#”

        d)    “!”

 

   Ans. c)     “#”

41)   मल्टीमीडिया के घटक हैं -

The components of multimedia are -

        a)    Text, pictures, video, sound

        b)   Text pictures, animation

        c)    Text, pictures, video, animation, sound

        d) None of the above

 

   Ans. c)    Text, pictures, video, animation, sound

42)  JPEG का अर्थ है -

JPEG stands for

        a)    Joint photographic embedded group

        b)   Joint photographic extended group

        c)    Joint photographic experts group

        d)   None of these

 

        Ans. c)    Joint photographic experts group

43) URL का संक्षिप्त रूप है -

URL is an acronym for -

        a)    Universal research locator

        b)   Universal resource locator

        c)    Uniform research locator

        d)   Uniform resource locator

 

    Ans. d)   Uniform resource locator

44) WWW का मतलब है -

WWW stands for -

        a)    wide world web

        b)   web world wide

        c)    world wide web

        d)   world web wide

 

    Ans. c)    world wide web

45) निम्नलिखित में से कौन सा HTML टैग विशेष स्वरूपण टैग है?

Which of the following HTML tag is the special formatting tag?

        a)    <p>

        b)   <b>

        c)    <pre>

        d)   None of the above

 

   Ans. c)    <pre>

46) निम्नलिखित में से कौन सा टैग टेबल में रो जोड़ने के लिए प्रयोग किया जाता है?

Which of the following tag is used to add rows in the table?

        a)    <td> and </td>

        b)   <th> and </th>

        c)    <tr> and </tr>

        d)   None of the above

 

    Ans. c)    <tr> and </tr>

47) HTML पेज बनाने के लिए, आपको _____ की आवश्यकता होती है |

To create HTML page, you need _____

        a)    Web browser

        b)   text editor

        c)    Both [A] and [B]

        d)   None of the above

 

   Ans. c)    Both [A] and [B]

48) सेलपैडिंग बढ़ाने का अर्थ है __________

Increasing the cellpadding means __________

        a)    Increase the softness of your site

        b)   Increase the space between cells

        c)    Increase the distance between cell and content

        d)   All of the above

 

   Ans. a)    <a href = "mailto: xy@y">

49) कौन सा property बताता है कि एक सेल को कितनी पंक्तियों में फैलाना चाहिए?

Which property tells how many rows a cell should span?

        a)    colspan=n

        b)   rowspan=n

        c)    Both (A) and (B)

        d)   None of the above

 

    Ans. b)   rowspan=n

50) यदि बैकग्राउंड इमेज स्क्रीन से छोटी हो तो क्या होगा?

If the background image is smaller than the screen, what will happen?

        a)  It will be streteched

        b)   It will be repeated

        c)  It will leave a blank space at the bottom of your page

       d)  None of the above

 

   Ans. b)   It will be repeated

Post a Comment

Previous Post Next Post