
URL (which stands for Uniform Resource Locator) is the location of a resource on the web.
SITESUCKER CFM FILE LINKS FULL
To see a full list of attributes that you can use with this tag, here's more information about the element. For example, you could use the title attribute to provide a "tool tip" type description of the destination web page.Īnd again, as with any other element, you can also use any of the event handler content attributes.
SITESUCKER CFM FILE LINKS DOWNLOAD
Or for another example, the download attribute can be used to specify that the link is for downloading a resource (such as a file).Īnd, as with any other element, you can also use any of the global attributes. For example, the target attribute allows you to specify which frame, or browsing context, to load the destination page in. This is why there are so many links on the web! AttributesĪs well as the href attribute, the tag also accepts other attributes. Therefore, you can link to someone else's website without them even knowing. There's no need to do anything on the destination page. However, as with any HTML element, you do have control over how the link is styled by using CSS (we'll get to that soon).Īs you can see from the top example, you can place links inline within the text-no need to place it on a new line or anything.Īnd you can link to any web page or document you like. You'll notice that most web browsers will display hyperlinked text in a different color and underlined. Any text or element between the start and end tag becomes the "clickable" part.

How Hyperlinks WorkĪ hyperlink is created by using the tag along with the href attribute, which is used to specify the destination URL. In this case, we link to another web page. A hyperlink is a link that allows the user to navigate to another resource (such as a web page) or download it (such as in downloading a file).

The above link is an example of a hyperlink.
