tags10x10

11
LINK TAG Carlos Torres

Upload: carlostorrez

Post on 18-Jun-2015

380 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Tags10x10

LINKTAGCarlos Torres

Page 2: Tags10x10

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

Page 3: Tags10x10

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

Page 4: Tags10x10

LINK <IN HTMLCODE>

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

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

Page 5: Tags10x10

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

Page 6: Tags10x10

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”>

Page 7: Tags10x10
Page 8: Tags10x10

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

Page 9: Tags10x10
Page 10: Tags10x10
Page 11: Tags10x10

EL FIN