TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HTML address Tag

HTML address Tag with html tutorial, tags, anchor, img, div, entity, textarea, marquee, p tag, heading tag, h1, h2, table, formatting, attribute, elements, ol, ul, Input Types, block element tag, inline element tag, html tags, phrase tag, head, body, form, lists, symbols etc.

<< Back to HTML

HTML <address> tag

HTML <address> tag is used to specify the authorship information of the article or webpage. It can contain any type of information which is needed such as, URL, physical address, phone number, email, other links, etc.

The <address> tag is useful for various contexts such as business contact information in the header of the page, or author related contact information, etc.

The contact information written between <address> tags mostly renders in the italic form on the browser.

Note: To represent a random address use <p> tag instead of <address> tag, as it should contain the main contact information.

Syntax

<address>Contact Author at:<br>
<a href="mailto:example@gmail.com">Example@gmail.com</a></address>

If you want to specify the information of the author for an article, you must place the <address> tag inside the <article> element.

Following are the specifications of <address> tag:

Display Block
Usage Semantic
Tags Start and end tag

Example

<!DOCTYPE html>
<html>
<head>
	<title>Address Tag</title>
</head>
<body>
	<h2>Example of Address tag</h2>
                <address>The article is written by:<b>Harshita</b> <br>Contact Author at:
	    <a href="mailto:example@gmail.com">Example@gmail.com</a><br>You can also visit      our blog:
	   <a href="http://TheDeveloperBlog.blogspot.com/">javaTpoint blog</a>
                </address>
  </body>
</html>
Test it Now

Attributes

The <address> tag does not contain any specific attribute for it.

Global Attribute:

The <address> tag supports the global attributes.

Event attribute:

The <address> tag supports all Events attributes.

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<address>YesYesYesYesYes
Next TopicHTML applet Tag




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf