DOAP - Embedding Css In Html
Questions No: 1/10

Which HTML tag is used to define an internal style sheet?
इंटरनल स्टाइल को लगाने के लिए किस HTML टैग का उपयोग किया जाता है?

Questions No: 2/10

How do you add a comment in CSS
आप CSS में टिप्पणी कैसे जोड़ते हैं

Questions No: 3/10

What is not true about External Style sheet
एक्सटर्नल स्टाइल शीट के बारे में क्या सत्य नहीं है

Questions No: 4/10

Which tag is used to link an external style sheet to a webpage?
बाहरी स्टाइल शीट को वेबपेज से जोड़ने के लिए किस टैग का उपयोग किया जाता है?

Questions No: 5/10

Where in an HTML document is the correct place to refer to an external style sheet?
एक एक्सटरनल स्टाइल शीट को संदर्भित करने के लिए HTML दस्तावेज़ में सही जगह कहाँ है?

Questions No: 6/10

What will happen in the following case ?

h1 {color: red text-decoration: underline; font-style: italic;}

Questions No: 7/10

Which of the following HTML attribute is used to define inline styles?
निम्नलिखित में से किस HTML प्रॉपर्टी का उपयोग इनलाइन स्टाइल लगाने के लिए किया जाता है?

Questions No: 8/10

What happens if an inline style conflicts with an external CSS rule
यदि कोई इनलाइन शैली बाहरी सीएसएस नियम के साथ टकराव करती है तो क्या होता है

Questions No: 9/10

The attribute, which define the relationship between current document and HREFed URL is
वह विशेषता, जो वर्तमान दस्तावेज़ और HREFed URL के बीच संबंध को परिभाषित करती है

Questions No: 10/10

What this code will happen: <p style="color:blue">text</p>
यह कोड क्या होगा: <p style="color:blue">text</p>