burger menu icon
WillMaster

WillMaster > LibraryWeb Content Preparation

FREE! Coding tips, tricks, and treasures.

Possibilities weekly ezine

Get the weekly email website developers read:

 

Your email address

name@example.com
YES! Send Possibilities every week!

The HTML address Tag

The use for the HTML address tag is to publish an address.

A reason to do so is to have the address available for those who need it.

Another reason to do so is for website search engines. What's published with the address tag is assumed to be an address. The spider may look around a bit and then decide the address is for the person or business that is the subject of the web page.

The address tag may get the person or business on the search site's map. There is no guarantee, of course. Yet, providing an address is a better chance than not providing an address at all.

How to Use the address Tag

Use the address tag like this:

<address>
123 South Rd<br>
Boonie, Iowa 32549
</address>

When placed, the above code looks like this:

123 South Rd
Boonie, Iowa 32549

Generally, the browser publishes the address with an italic font style. That can be changed with CSS. Example:

<address style="font-weight:bold; font-style:normal; border:1px solid gray; padding:1em; width:fit-content;">
123 South Rd<br>
Boonie, Iowa 32549
</address>

When placed, the above code looks like this:

123 South Rd
Boonie, Iowa 32549

That's it. Remarkably simple to use.

The address tag is used to present an address to the site user. It also makes the address available to website search engines.

(This content first appeared in Possibilities newsletter.)

Will Bontrager

Was this article helpful to you?
(anonymous form)

Support This Website

Some of our support is from people like you who see the value of all that's offered for FREE at this website.

"Yes, let me contribute."

Amount (USD):

Tap to Choose
Contribution
Method

All information in WillMaster Library articles is presented AS-IS.

We only suggest and recommend what we believe is of value. As remuneration for the time and research involved to provide quality links, we generally use affiliate links when we can. Whenever we link to something not our own, you should assume they are affiliate links or that we benefit in some way.

How Can We Help You? balloons
How Can We Help You?
bullet Custom Programming
bullet Ready-Made Software
bullet Technical Support
bullet Possibilities Newsletter
bullet Website "How-To" Info
bullet Useful Information List

© 1998-2001 William and Mari Bontrager
© 2001-2011 Bontrager Connection, LLC
© 2011-2026 Will Bontrager Software LLC