Reading 08
HTML BOOK
Chapter 4
- a tag, inside a tag ‘href’ = ‘url’, close a tag, “text that will link” closing ta tag.
<a href="http://www.imdb.com">IMDB</a>
- href is the url IMDB is the text the user will click
- anchor tags alow you to link out to other sites
- linking back you your pages you can use the shorter relative URL
- parents, grandparents etc pg82 pdf89
- email links
- a tag, inside a tag ‘href’ = ‘url’, close a tag, “text that will link” closing ta tag.
<a href="mailto:jon@example.org">Email Jon</a>
- open in a new window target _blank
<a href="http://www.imdb.com" target="_blank">
Internet Movie Database</a> (opens in new window)
- Example:
Film Folk
Festival Diary
Here are some of the film festivals we
will be attending this year.
Please
contact us if you would like more
information.
January
Sundance Film Festival
Park City, Utah, USA
20 - 30 January 2011
February
Tropfest
Sydney, Australia
20 February 2011
</html>
(Pikachoo, 40, 10HP,[‘nibble’, ‘defend’], ‘pikaaa pikaaaa chooooo’ )