MCQs on HTML
OSSSC 2017
HTML में, टैग में संलग्न कीवर्ड शामिल होते हैं:
In HTML, tags consist of keywords enclosed within :
[A] Flower brackets
[B] angular brackets <>
[C] parcentheses( )
[D] square bracket[ ]
Correct Answer : angular brackets <>
HP-JOA IT 2021
निम्नलिखित में से कौन सा HTML टैग वेबपेज में बाहरी CSS फ़ाइल को शामिल करने के लिए उपयोग किया जाता है?
Which of the following HTML tags is used to include an external CSS file in a webpages ?
[A] <CSS>
[B] <Link>
[C] <script>
[D] <style>
Correct Answer : <style>
HP-JOA-IT 2021
निम्नलिखित में से कौन सा HTML टैग आइटमों की क्रमांकित सूची बनाने के लिए उपयोग किया जाता है?
Which of the following HTML tags is used to create a numbered list of items?
[A] <ul>
[B] <ol>
[C] <nav>
[D] <dl>
Correct Answer : <ol>
HP-JOA-IT 2021
HTML द्वारा कितने शीर्षक स्तर समर्थित हैं?
How many heading levels are supported by HTML ?
[A] Five
[B] Four
[C] Six
[D] Three
Correct Answer : Six
HP-JOA-IT 2021
निम्न में से कौन सा HTML टैग किसी तालिका में डेटा सेल बनाने के लिए है?
Which of the following is the HTML tag to create a data cell in a table ?
[A] <cell>
[B] <data>
[C] <td>
[D] <dt>
Correct Answer : <td>
HP-JOA-IT 2021
वेब पेज में इमेज डालने के लिए निम्न में से कौन सा HTML टैग है?
Which of the following is the HTML tag to insert an image in the web page ?
[A] <img>
[B] <photo>
[C] <picture>
[D] <image>
Correct Answer : <img>
HP-JOA-IT 2021
निम्नलिखित में से कौन सा HTML टैग वेब पेज में हाइपरलिंक बनाने के लिए उपयोग किया जाता है?
which of the following HTML tags is used to create a hyperlink in the web page ?
[A] <legend>
[B] <b>
[C] <a>
[D] <link>
Correct Answer : <a>
HP-JOA-IT 2021
आप HTML में "<" प्रतीक कैसे डालेंगे?
How will you insert the symbol "<" in HTML?
[A] &less-than
[B] &l;
[C] <
[D] &less;
Correct Answer : <
UPPCL AA 2021
__________ तत्व HTML पृष्ठ का मूल तत्व है।
The __________ element is the root element of an HTML page.
[A] A
[B] B
[C] C
[D] D
Correct Answer : B
UPPCL-TG2-2021
निम्नलिखित में से कौन सा HTML टैग बाहरी (गैर-HTML) अनुप्रयोग के लिए कंटेनर निर्दिष्ट करता है?
Which of the following HT,ML tags specifies a container for an external (non-HTML) application?
[A] <ins>
[B] <em>
[C] <embed>
[D] <nav>
Correct Answer : <embed>
UPPCL-TG2-2021
HTTP का पूर्ण रूप क्या है?
What is the full form of HTTP ?
[A] Hyper Transition Transfer Protocol
[B] Hyper transport Text protocol
[C] Hyper text Transfer Protocol
[D] Hyper Text Transition Protocol
Correct Answer : Hyper text Transfer Protocol
CTS COPA 2024
HTML दस्तावेज़ में पहला टैग <html> है।
The first tag in an HTML document is <html>.
[A] <html>
[B] <head>
[C] <title>
[D] </html
Correct Answer : <html>
CTS-COPA 2024
HTML डॉक्यूमेंट में पहला टैग क्या है?
What is the first tag in html document ?
[A] <html>
[B] <head>
[C] <title>
[D] </html>
Correct Answer : <html>