Subscribe:

Saturday

Add Links to Other Web Pages

You can add hyperlinks to other websites, whether they are aspect of your web page or another person's. To do so needs using the a tag:
<a href="http://www.google.com">Use this link to search Google.</a>

TIP
While including a link to your preferred web page on your page is usually regarded appropriate, it is never appropriate to duplicate another person's content without their authorization. If you have any questions, check with the website manager whenever you are connecting to a website that is not your own.

The tag itself does not offer much objective without its features. The most typical feature is href, which is brief for hypertext reference: it informs the technique where to find the details to which you are connecting. Other features are name, headline, accesskey, tabindex, and focus on, all of which are mentioned in this part.

The textual content involved in between the buying and selling a labels is what the person watching your website can press.
In most situations, this textual content is outlined as a different shade from the nearby textual content and is underlined, as shown:


In deciding what to use as the value of your href attribute, consider what type of link you want to use. The following are the two basic types of links.

Absolute
Relative


0 comments:

Post a Comment