Links; Part 1: Beginners


Start off with

<a href=" ;Begins the link;
link ;The URL you use to connect the link;
"> ;Finish the beginning part, lets you add another word for the link title;
link title ;People click this to go to the link;
</a> ;Ends the link all together;

Example:
<a href="www.rmb-scripting.com">RMB-Scripting</a>

Now.
Trageting:

HTML Code
  1. <a href="www.rmb-scripting.com" target="blank_">RMB-Scripting</a>


Blank_ ;Opens new window (so do alot othes);
Iframe Name ;Opens the link in an Iframe;
Joshua's Avatar
Author:
Views:
2,073
Rating:
There are currently no comments for this tutorial, login or register to leave one.