How do I make an image clickable in HTML?

HTML में किसी image को click करने लायक बनने के लिए आपको निचे दिए गए कोड को समझना होगा। यह रहा आपके लिए code इसका उसे आप कही भी use कर सकते हो। How do I make an image clickable in HTML? अगर आपको किसी भी सब्जेक्ट का नोट्स free में चाहिए तो निचे दिए … Read more

What is the correct way to write address in an html document

नमस्कार दोस्तों! इस लेख में हम आपको आपके सवाल What is the correct way to write address in an html document का code दे रहे होंगे HTML क्या है ? HTML का उपयोग क्या है? What is the correct way to write address in an html document यह से आप कोड को कॉपी कर सकते … Read more

How to create hyperlink in HTML with example in hindi

नमस्कार दोस्तों! इस लेख में How to create hyperlink in HTML with example के बारे में जानेंगे। How to create hyperlink in HTML in hindi इसके लिए <a> tag का use करते है और इसके साथ में href attribute का use कर रहे होते है। ऊपर दिए code में URL के जगह पर उस लिंक … Read more

HTML me comment kaise kare? सम्पूर्ण जानकारी code के साथ

नमस्कार दोस्तों! आज हम सीखेंगे HTML me comment kaise kare? बहुत ही आसान तरीके से। HTML comment tag kya hai ? HTML comment tag का उपयोग कोड को describe करने के लिए किया जाता है। यह बाकि कोड के साथ execute नहीं होता है। यह सिर्फ developer को ही दिखाई देता है। HTML comment ko … Read more

HTML Table tag in Hindi in detail

HTML में Audio tag क्या है?

Table एक structured data का set है जिसमे row और columns बने होते है। Table में डाटा को tabular form में save किया जाता है। Table में store data को समझने में आसानी होती है इस लिए table का use किया जाता है। Introduction of HTML Table tag in Hindi एक structured data का set … Read more