HTML Link
The HTML Link tool generates the code necessary to create an HTML link using the <a> tag. The following options are available via the tool:
Protocol: Options for the protocol include http, https, ftp, file, and mailto
URL: This determines the URL for the link, for example, www.google.com
Text: This field determines what will be displayed to the user.
Target: This determines whether the link will open a new window, refresh the existing tab / window, etc. The
options are Same Frame, New Window, Parent Frame, or Full Window.
The following is an example of the output generated by the HTML link
tool:
<a href="http://www.editrocket.com/" target="_blank">EditRocket</a>