HTML Basics
HTML वेब सामग्री का वर्णन करने के लिए एक प्रोटोकॉल है।
HTML is a protocol for describing web content.
Correct Answer: B) False
HTML एक ……….भाषा है।
HTML is a ……….language.
कौन सा तत्व preformatted text का प्रतिनिधित्व करता है?
Which element represents preformatted text?
सबसे छोटे आकार के Heading के लिए सही HTML टैग चुनें
Choose the right HTML tag for the smallest heading size.
(largest) to (smallest).
Correct Answer: A) <h6>
सबसे बड़ी heading के लिए सही HTML टैग चुने
Choose the right HTML tag for the largest heading
Drop-down selection list में options को define करने के लिए निम्न में से किस टैग का उपयोग किया जाता है?
Which of the following tags is used to define options in a drop-down selection list?
किसी भी html document में अंतिम टैग क्या होना चाहिए?
What should be the last tag in any html document?
HTML document में link जोड़ने के लिए उपयोग किया जाने वाला टैग है
The tag used to add link in HTML document is
Correct Answer: D) Both A & B
body में background में color के लिए किस attribute का उपयोग किया जाता है?
Which attribute is used for background color in body?
टैग और टेक्स्ट जो सीधे पेज पर प्रदर्शित नहीं होते हैं, _____ सेक्शन में लिखे जाते हैं।
Tags and text that are not displayed directly on the page are written in the _____ section.
<I> टैग के अलावा, अन्य कौन सा टैग टेक्स्ट को इटैलिक बनाता है?
Besides <I> tags, what other tag makes text italic?
HTML को सबसे पहले किस वर्ष में प्रस्तावित किया गया था?
In which year was HTML first proposed?
निम्न में से कौन सा <form> टैग का attribute नहीं है
Which of the following <form> Tag does not have an attribute
HTML एक स्क्रिप्टिंग भाषा के समान है।
HTML is similar to a scripting language.
जब कर्सर पॉइंटर हाथ(hand) में बदल जाता है तो आप हाइपरलिंक पर होते हैं।
When the cursor pointer changes to a hand you are on the hyperlink.
HTML एक वेब ऑथरिंग टूल(web authoring tool) है।
HTML is a web authoring tool.
Base URL को स्थापित करने का एक बेहतर तरीका ______ element का उपयोग करना है।
A better way to establish a base URL is to use the ______ element.
Block elements सामान्य रूप से एक नई लाइन शुरू किए बिना प्रदर्शित होते हैं।
Block elements display normally without starting a new line.
HTML5 से पहले कौन-सा फीचर पेश किया गया था?
Which feature was introduced before HTML5?
HTML पेज को पढ़ने और उसे render करने के लिए निम्न मे से किसका उपयोग किया जाता है|
Which of the following is used to read and render an HTML page?
..............विशेषता प्रत्येक सेलके भीतर स्थान जोड़ती है
...............attribute adds space within each cell
सबसे बड़े शीर्षक के लिए सही HTML element चुने |
Choose the right HTML element for the largest title.
निम्नलिखित में से कौन-सा सिलेक्टर ID attribute set के साथ किसी भी tag जा चयन करता हैं?
Which of the following selectors selects any tag with ID attribute set?
हम बिना किसी plugin के सीधे HTML 5 में SVG tags का उपयोग कर सकते हैं |
We can use SVG tags directly in HTML 5 without any plugin.
HTML 5 में छह नए semantic गुण आरम्भा किए गए |
Six new semantic properties were introduced in HTML 5.
<TABLE> tag के अंदर first tag _______ है ?
The first tag inside <TABLE> tag is _______?
Text के ऊपर line देने का सही syntax है -
The correct syntax to put a line above the text is -
Cellpadding बढ़ाने का मतलब है cell और content के बीच की दूरी बढ़ाना।
Increasing cellpadding means increasing the distance between the cell and the content.
HTML केवल language के भीतर परिभाषित tags का उपयोग कर सकता है।
HTML can only use tags defined within the language.
HTML में, empty tags वे tags होते हैं जिन्हें पूरा करने के लिए closing tag की आवश्यकता नहीं होती है।
In HTML, empty tags are tags that do not require a closing tag to complete.
font-family property का उपयोग HTML में text font बदलने के लिए किया जाता है।
The font-family property is used to change the text font in HTML.
सभी सामान्य webpages में Body और frameset होते हैं।
All normal webpages have a body and a frameset.
HTML5 में highlighted text प्राप्त करने के लिए किस तत्व का उपयोग किया जाता है?
Which element is used to get highlighted text in HTML5?
हटाए गए टेक्स्ट को दिखाने के लिए किस HTML Tag का उपयोग किया जाता है?
Which HTML tag is used to show deleted text?
HTML में numbered list बनाने के लिए किस Tag का उपयोग किया जाता है?
Which tag is used to create a numbered list in HTML?
HTML फाइल को सेव करने के लिए निम्न में से किस extension का उपयोग किया जाता है?
Which of the following extensions is used to save HTML file?
HTML में blank line बनाने के लिए किस tag का प्रयोग किया जाता है?
Which tag is used to create a blank line in HTML?
कौन-सा <b> tag के समान कार्य करता है?
Which works similar to <b> tag?
YouTube वीडियो के लिए किस HTML tag का उपयोग किया जाता है?
Which HTML tag is used for YouTube videos?
निम्नलिखित में से कौन HTML5 में नया जोड़ा गया tag नहीं है?
Which of the following is not a newly added tag in HTML5?
date/time content को display करने के लिए निम्न में से किस विशेषता का उपयोग किया जाता है?
Which of the following attributes is used to display date/time content?
निम्न में से कौन सी attributes image file का नाम specifies करती है?
Which of the following attributes specifies the name of an image file?
HTML हमें headings के ___ levels का उपयोग करने की अनुमति देता है।
HTML allows us to use ___ levels of headings.
Meta tag की attribute कौन सी है?
What is the attribute of Meta tag?
HTML metadata के किस भाग में contained है?
What part of HTML metadata is contained?
HTML में, एक New window tab में खुलने वाले लिंक को बनाने के लिए किस attribute का उपयोग किया जाता है?
In HTML, which attribute is used to make a link open in a new window tab?