page-banner
WDP M2-R5.1 Quiz-9
Q 11. बाहरी स्टाइल शीट को रेफर करने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?

Which of the following is the correct syntax to refer to an external style sheet?

A. <style src=example.css>

B. <style src="example.css">

C. <stylesheet> example.css </stylesheet>

D. <link rel="stylesheet" type="text/css" href="example.css">

Q 12. किसी तत्व की पृष्ठभूमि का रंग बदलने के लिए उपयोग की जाने वाली CSS में प्रॉपर्टी है

The property in CSS used to change the background color of an element is

A. bg color

B. color

C. background color

D. all of the above

Q 13. किसी तत्व के फ़ॉन्ट-आकार को नियंत्रित करने के लिए उपयोग की जाने वाली CSS प्रॉपर्टी है -

The CSS property used to control the font-size of an element is -

A. text style

B. text size

C. font size

D. none of these

Q 14. इनलाइन शैलियों को परिभाषित करने के लिए प्रयुक्त HTML विशेषता है -

The HTML attribute used to define inline styles is -

A. style

B. styles

C. class

D. none of these

Q 15. आंतरिक स्टाइलशीट को परिभाषित करने के लिए प्रयुक्त HTML विशेषता है

The HTML attribute used to define the internal stylesheet is

A. <style>

B. genre

C. <link>

D. <script>