class="post-template-default single single-post postid-649 single-format-standard wp-custom-logo wp-embed-responsive right-sidebar nav-float-right separate-containers header-aligned-left dropdown-hover" itemtype="https://schema.org/Blog" itemscope>

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

<!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 डॉक्यूमेंट में एड्रेस लिखने का सही तरीका क्या है?

By – T3SO Tutorials
अगर आप किसी भी सब्जेक्ट का नोट्स फ्री में download करना चाहते है तो freenotespdfdownload.in को जरूर देखे। 🚀

इसे भी पढ़े:

1 thought on “What is the correct way to write address in an html document”

Leave a comment