How to configure hyperlinks?

Links link one page to another page. They are essential if you site is composed of more than one page, or if you want to link to other sites on the Web. The example is an external link to a web site outside of this one. Showing the link in html code to design code.

Html code:

1) <a href="http://guideandtips.blogspot.com">Technomatic</a>
2) <a href="http://www.google.com">Google</a>


Design code:

Example 1 = Technomatic

Example 2 = Google

0 comments: