एक एंकर एलिमेंट का निम्न में से कौन सा प्रोपर्टी इंगित करता है कि उपयोगकर्ता वर्तमान में एक एलिमेंट पर क्लिक कर रहा है?<break-line><break-line>Which of the following properties of an anchor element indicates that the user is currently clicking on an element?
इमेज को टेक्स्ट से घेरने के लिए किस CSS प्रॉपर्टी का इस्तेमाल करना चाहिए?<break-line><break-line>Which CSS property should one use to encircle an image with text?
नीचे दिए गए कोड में किस प्रकार का CSS प्रयोग किया जाता है?<break-line><break-line>Which type of CSS is used in the code below?<pre><code><p style = "border:2px solid red;"></code></pre>