HelplineWorld24

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts

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