Bootstrap address style

Style address tag

Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with <br>.


<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!--from   ww  w .  j  av  a 2  s  .c o  m-->
<body style='margin: 20px;'>

  <address>
    <strong>Monster, Inc.</strong><br> 999 Main Ave, Suite 600<br>
    San Diego, CA 99999<br> <abbr title="Phone">P:</abbr> (123)
    456-7890
  </address>

  <br />
  <br />
  <br />
  <br />
  <br />

  <address>
    <strong>Full Name</strong><br> <a href="mailto:#">first.last@example.com</a>
  </address>

</body>
</html>

Click to view the demo





















Home »
  Bootstrap »
    Bootstrap »




Introduction
Basic HTML Style
List
Table
Form
Layout
Navigation Bar
Button
Control