Links are found in nearly all Web pages. Links allow users to click their way from page to page.
inks are specified in HTML using the <a> tag.
<a href="url">Link text</a>
Try it Yourself
inks are specified in HTML using the <a> tag.
<a href="url">Link text</a>
Try it Yourself
The target Attribute
<a href="http://www.w3schools.com/" target="_blank">Visit W3Schools!</a>
The target Attribute
<a href="http://www.w3schools.com/" target="_blank">Visit W3Schools!</a>
0 comments:
¿Te animas a decir algo?