सीएसएस शैली या कोड का उपयोग करके, सभी हाइपरलिंक्स से अंडरलाइन को कैसे हटाया जा सकता है?<break-line><break-line>By using CSS style or code, how can one remove the underline from all hyperlinks ?
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following JavaScript code ?<break-line><break-line><p id="demo"></p><script>var js = 10; js *= 5; document.getElementById("demo").innerHTML = js;</script>
एक छवि के चारों ओर गुलाबी बिंदीदार सीमा बनाने के लिए सीएसएस विशेषता का उपयोग करना चाहिए?<break-line><break-line>CSS attribute(s) should one use to create a pink dotted border around an image?
निम्नलिखित स्थिति में क्या होगा ?<break-line><break-line>What will happen in the following case ?<break-line><break-line>h1 {color: red text-decoration: underline; font-style: italic;}
A.color: red, text-decoration: underline and font-style: italic all works
B.text-decoration: underline and font-style: italic works