It is not very hard to add hyperlinks to your web site. Simply add a little bit of HTML to the code of your site where you want the link to appear. If you would like to link to buildasuccessfulwebsite here is the code you would add to your page. <a href=”http://buildasuccessfulwebsite.com/” title=”build a successful [...]
It is not very hard to add hyperlinks to your web site. Simply add a little bit of HTML to the code of your site where you want the link to appear.
If you would like to link to buildasuccessfulwebsite here is the code you would add to your page.
<a href=”http://buildasuccessfulwebsite.com/” title=”build a successful website” target=”_blank”>Build a Successful Website</a>. <a> begins the hyperlink </a> ends the link. Href is a short form for hyperlink reference. Do not forget the equal sign and the two quotation marks.
I have also included a title. This title will appear once you place your cursor on the hyperlink.
target=”_blank” tells a web browser to display the page in a new window.
The Words in between the opening and closing tags appear (usually underlined) on the page. The link we have just created will look something like this (you can change the colour of the hyperlink in your CSS file):
No related posts.









Leave Your Response