page-banner
WDP M2-R5.1 Quiz-12
Q 1.
हाइपरलिंक बनाने के लिए सही HTML क्या है?

What is the correct HTML for creating a hyperlink?

A. <a>https://w.w.w.gyanxp.com</a>

B. <a name="https://w.w.w.gyanxp.com">GyanXp.com</a>

C. <a url="https://w.w.w.Gyanxp.com">GaynXp.com</a>

D. <a href="https://www.gyanxp.com">GyanXp.com</a>

Q 2.
HTML में, इनमें से कौन पृष्ठभूमि रंग जोड़ देगा?

In HTML, which of the following will add a background color?

A. <marquee bgcolor="plum">

B. <marquee bg color: "plum">

C. <marquee color="plum">

D. <marquee bg-color="plum">

Q 3.
तालिका में उपशीर्षक जोड़ने के लिए हम ____________ का उपयोग करते हैं

We use ____________ to add subtitles to the table

A. <caption>

B. <head>

C. <th>

D. <tr>

Q 4.
निम्नलिखित में से कौन सा तत्व वर्ग विशेषता से संबद्ध नहीं है?

Which of the following elements is not associated with the class attribute?

A. one line

B. <head>

C. column cell

D. rows

Q 5.
निम्नलिखित में से कौन सा तत्व HTML टेबल लेआउट से संबद्ध नहीं है?

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

A. size

B. spanning

C. alignment

D. color

Q 6.
तालिका का शीर्षक ___________ के अंदर होता है

The title of the table is inside

A. <thead>

B. <tfoot>

C. <th>

D. <tbody>

Q 7.
शीर्षक के लिए हम ____________ का उपयोग कर सकते हैं

For title we can use _

A. <td>

B. <tr>

C. <head>

D. <th>

Q 8.
निम्नलिखित में से कौन सा एक फॉर्म एलिमेंट है?

Which of the following is a form element?

A. text box

B. radio button

C. submit button

D. all these

Q 9.
तालिका के प्रत्येक सेल को __________ का उपयोग करके दर्शाया जा सकता है

Each cell of the table can be represented by using __________

A. <tr>

B. <td>

C. <th>

D. <head>

Q 10.
नीचे दिए गए HTML कोड के निष्पादन पर, World का आकार किस HTML टैग के आकार के बराबर होगा?

On execution of the following HTML code, the size of World will be equal to the size of which HTML tag?
<!DOCTYPE html>
<html>
<body>
<h1 style="font-size:15px;">Heading 1</h1>
<h3 style="font-size:30px;">Heading 3</h3>
<h5 style="font-size:20px;">Heading 5</h5>
</body>
</html>

A. Heading1

B. Heading 2

C. Heading 3

D. Heading 4

Q 11.
निम्नलिखित में से कौन सा फ्रेमवर्क में शामिल नहीं है?

Which of the following is not included in the framework?

A. font size

B. CSS reset

C. button styles

D. Form

Q 12.
वर्ल्ड वाइड वेब का आविष्कार द्वारा किया गया था

The world wide web was invented by

A. Ted Nelson

B. Tim Berners-Lee

C. Linus Torvalds

D. Robert E. Kahani

Q 13.
एक __________ वेब पेज में नियंत्रण होते हैं जिसके साथ उपयोगकर्ता इंटरैक्ट कर सकता है।

A __________ web page contains controls with which the user can interact.

A. Static

B. dynamic

C. server

D. customer

Q 14.
सूचना साझा करने के लिए एक दूसरे से जुड़े दो या दो से अधिक कंप्यूटर एक _____ बनाते हैं

Two or more computers connected to each other to share information form a _

A. network

B. router

C. Server

D. Tunnel

Q 15.
वेब डॉक्यूमेंट के टाइटल बार में टेक्स्ट प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है?

Which tag is used to display text in the title bar of a web document?

A. body tag

B. meta tag

C. title tag

D. comment tag

Q 16.
साइट का वर्णन करने वाले कीवर्ड की पहचान करने के लिए किस टैग का उपयोग किया जाता है?

Which tag is used to identify the keywords that describe the site?

A. comment tag

B. title tag

C. meta tag

D. anchor tag

Q 17.
W3C का मतलब है

W3C stands for

A. World Wide Web Consortium

B. World Wide Web Collaboration

C. World Wide Web Community

D. None of the mentioned

Q 18.
वेब पेज के किस सेक्शन में मेटा टैग होंगे?

Which section of the web page will have meta tags?

A. body section

B. head section

C. (a) or (b)

D. None

Q 19.
वेब डिज़ाइन में CMS क्या है

What is a CMS in web design?

A. Content Management System

B. Creative Management System

C. Content Mixing System

D. Creatives Managerial System

Q 20.
_______ प्रोग्राम स्वचालित रूप से लोड होते हैं और ब्राउज़र के एक भाग के रूप में संचालित होते हैं।

________ programs are automatically loaded and operate as a part of browser.

A. Utilities

B. Plug-ins

C. Widgets

D. Add-ons