Your browser does not support JavaScript!'

HTML Address Tag || Address Tag ~ VUSs

Welcome to VUSs, as you guys know. VUSs is all about Computer Science's fundamentals and Tests Preparation.
All published articles are organized in simple, easy, and short English sentences to familiarize the students with computer science.
In that respect today's article is HTML Address Tag || Address Tag


Today's Topic
HTML Address Tag || Address Tag


Address tag in html




<address>
Written by <a href="mailto:EMail@example.com">Author</a>.
Visit us at: <a href="https://Vu-Ss.blogspot.com">VUSs</a>.
FSD, Punjab
Pakistan

</address>
Output:     
Email: Author
Visit: VU Study Solution
Punjab,Pakistan

United State Of America
html tutorial for beginners

HTML Address Tag

Here you will be able to learn How to Use Address Tag in HTML and its importance HTML Address Tag is used to bind the contact OR Living Address Imformation for the author/Person/Client in a document or in an Article. In adition it contains all contact information such as Phone OR cell number, Postal Address, email Address etc.

HTML Address Styles

HTML Address Tag

                  <style>
                                 address
                                      		{
                                  display:block;
                                  font-style:italic;
                                  }
                  </style>
                  

HTML Tags

Post a Comment

0 Comments

^