Thursday, 30 May 2013

How to create an address with e-mail contact information in a text: HTML

You can create an address info with inserted e-mail address to a word or a sentence in HTML using the following ‘address’ tag.

Syntax:

  <address>
    Author: developerDK<br/>
    developerdk.wordpress.com<br/>
    <a href="mailto:devblogdk@gmail.com">Email author</a>
  </address>

No comments:

Post a Comment