NEW
Font size
WorksheetsHTML और CSS के प्रश्न
Total questions: 18
Worksheet time: 9mins
HTML का पूरा नाम क्या है?
Hyper Text Markup Language
Hyper Text Module Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
What is the purpose of the <title> tag in HTML?
To define the body of the webpage
To display the title of the webpage in the browser tab
To link stylesheets
To add images to the webpage
CSS का उपयोग किसके लिए किया जाता है?
वेब पेज के कंटेंट को स्टाइल करने के लिए
वेब पेज में डेटा स्टोर करने के लिए
वेब पेज में जावास्क्रिप्ट जोड़ने के लिए
वेब पेज को सर्वर पर अपलोड करने के लिए
What does the "id" attribute in HTML signify?
It assigns a unique identifier to an element
It specifies the class of an element
It links the element to a stylesheet
It changes the element to italic text
W3.CSS का उपयोग क्यों किया जाता है?
वेब पेज का लेआउट तैयार करने के लिए
वेबसाइट को होस्ट करने के लिए
डेटा स्टोर करने के लिए
वेब पेज को एनिमेट करने के लिए
Which of the following is not a valid CSS selector?
#id
.class
element
*class
What is the default positioning of elements in CSS?
Absolute
Fixed
Relative
Static
CSS में "float" प्रॉपर्टी का उपयोग किस लिए किया जाता है?
टेक्स्ट को बड़े अक्षरों में बदलने के लिए
एक तत्व को दाएं या बाएं तरफ संरेखित करने के लिए
छवियों का आकार बदलने के लिए
वेब पेज का बैकग्राउंड बदलने के लिए
Which HTML attribute is used to open a link in a new tab?
target="_self"
href="_new"
target="_blank"
open="_tab"
W3.CSS में "container" का उपयोग क्यों किया जाता है?
कंटेंट को केंद्र में रखने के लिए
नई शैली जोड़ने के लिए
वेब पेज को सेव
What is the syntax for adding a background color in CSS?
color: red;
background: red;
bg-color: red;
background-color: red;
HTML5 में कौन सा नया इनपुट प्रकार शामिल है?
<number>
<password>
<checkbox>
<date>
What is the purpose of the <header>
tag in HTML5?
To create navigation links
To group introductory content or navigational links
To style text
To add a footer to the page
"CSS Grid" का उपयोग किसके लिए किया जाता है?
कंटेंट को ग्रिड में व्यवस्थित करने के लिए
वेब पेज में छवियां जोड़ने के लिए
वेब पेज को एनिमेट करने के लिए
ब्राउज़र कैश साफ़ करने के लिए
Which property is used in CSS to change text color?
font-color
text-color
color
background-color
What does the tag in HTML specify?
It defines metadata about the webpage
It styles the page layout
It links to an external script
It displays images on the page
CSS में "padding" और "margin" में क्या अंतर है?
Padding कंटेंट के अंदर होती है, Margin कंटेंट के बाहर होती है
Margin कंटेंट के अंदर होती है, Padding कंटेंट के बाहर होती है
दोनों एक ही हैं
इनमें कोई अंतर नहीं है
Which of the following is a semantic HTML tag?
<div>
<span>
<article>
<b>
