tags10x10

Post on 18-Jun-2015

380 Views

Category:

Education

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

LINKTAGCarlos Torres

LINK TAG

This tag allows internet users to follow up to the correspondent source. In other words this tag will jump to a new document or section with a click

When you move the curser over the “link” in a Web page, the arrow will turn into a hand

LINK <IN HTMLCODE>

<a href=“url”> Link text </a>

<a href=“http://www.beyondcaptured.tumblr.com/”> Visit my Blog</a>

ATTRIBUTES

The target attribute specifies where to open the linked document

<a href=“http://www.beyondcaptured.tumblr.com/ target=“_blank”>Visit my Blog</a>

In this case the link will open in a new browser window

href can be used to specify the target of a link

<a href=“http://www.beyondcaptured.tumblr.com/”> Visit my Blog</a>

name is used to create a bookmark inside HTML document

<a name=“my own Tumblr blog”>

In some occasions images are used as links because they look more interesting and descriptive than text; thus, effective browsing.

EL FIN

top related