page-banner
Chapter-4 CSS
Q16.
एक्सटर्नल स्टाइल शीट को रेफर करने के लिए सही HTML क्या है?<break-line><break-line>What is the correct HTML for referring to an external style sheet ?
A. <link rel="stylesheet" type="text/css" href="mystyle.css">
B. <stylesheet> mystyle.css</stylesheet>
C. <style src="mystyle.css">
D. <style link="mystyle.css">
View Answer
Q17.
एक्सटर्नल स्टाइल शीट को संदर्भित करने के लिए एक HTML दस्तावेज़ में सही स्थान कहाँ है?<break-line><break-line>Where in an HTML document is the correct place to refer to an external style sheet
A. <body> सेक्शन में/In the <body> section
B. <head> सेक्शन में/In the <head> section
C. डॉक्युमेंट के अंत में/At the end of the document
D. डॉक्युमेंट में कहीं भी/Anywhere in the document
View Answer
Q18.
CSS में HSL का पूरा नाम क्या है :<break-line><break-line>HSL in CSS stands for ?
A. hue, standard, lightning/hue, standard, lightning
B. height, standard, line-break/height, standard, line-break
C. hue, saturation, lightness/hue, saturation, lightness
D. hue, standard, line-width/hue, standard, line-width
View Answer
Q19.
पैडिंग प्रॉपर्टी में निगेटिव वैल्यू दिये जाने की अनुमति है।<break-line><break-line>Padding property is allowed using negative values.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q20.
CSS में आपकी सामग्री की दो पंक्तियों के बीच का अंतर ............ द्वारा निर्धारित किया जाता है:<break-line><break-line>In CSS the difference between two lines of your content is set by :
A. min-height property/min-height property
B. line-height property/line-height property
C. max-height property/max-height property
D. इनमें से कोई नहीं/none of these
View Answer