HelplineWorld24

Saturday, November 5, 2016

Basic HTML Codes

Use this code to add a Link to a page:

<a href=“http://Internet URL goes here.”>Title the visitor sees.</a>

Code example:  <a href=http://www.example.com>Example</a>    

Hyperlink visitor sees:  Example




Use this code to add a picture to a page:

<img src=“image name goes here” align=“Use left, right or center”>

Code example: <img src= “house.jpg” align=“center”>

What the visitor sees on the page:






Use this code to add an e-mail address to a page:

<a href=“mailto:someone@home.net”>E-mail Us</a>

Code example:  <a href=“mailto:webmaster@rcma.org”>Contact Us</a>

What visitor sees:  Contact Us

1 comment: