address

address




The HTML <address> element is used to display contact information.

HTML CODE EXAMPLE
<address>
   DevelopPHP
  <br />
   182 Redneck RD  
  <br />
   Asheville NC 13534
</address>

Live Browser
DevelopPHP 
182 Redneck RD 
Asheville NC 13534

Attributes:

global attributes - global core attributes
See: list of global attributes

Event handlers:

global event handlers - global event handler attributes
See: list of global event handlers

Related Posts :

  • colgroup colgroup The HTML <colgroup> element represents a group of columns in a tab… Read More...
  • command command The HTML <command> element is used to insert context menu commands … Read More...
  • cite cite The HTML <cite> element is used to represent the cited title of materi… Read More...
  • col col The HTML <col> element lends characteristics to a table column. This is… Read More...
  • code code The HTML <code> element is used to specify a fragmant of computer code… Read More...

0 Response to "address"

Post a Comment