नमस्कार दोस्तों!
इस लेख में हम आपको आपके सवाल What is the correct way to write address in an html document का code दे रहे होंगे
What is the correct way to write address in an html document
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
</head>
<body>
<h1>Contact Information</h1>
<address>
Technalay<br>
1234 abc Street<br>
Springfield, IL 62704<br>
USA<br>
<a href="mailto:technalay@example.com">technalay@example.com</a><br>
<a href="tel:+11234567890">+1 (123) 456-7890</a>
</address>
</body>
</html>
HTMLयह से आप कोड को कॉपी कर सकते हो और जहा use करना है वह use कर सकते हो।
HTML डॉक्यूमेंट में एड्रेस लिखने का सही तरीका क्या है?
अगर आप किसी भी सब्जेक्ट का नोट्स फ्री में download करना चाहते है तो freenotespdfdownload.in को जरूर देखे। 🚀
इसे भी पढ़े:
1 thought on “What is the correct way to write address in an html document”