View on GitHub

reading-notes

Writing Links

<a href="http://www.imdb.com">IMDB</a>

Linking to other sites

Linking to other pages on the same site

<a href="index.html">Home</a>

Opening links in a new window

<a href="http://www.imdb.com>" target ="blank">Internet Movie Database</a>

Duckett HTML Ch.14 Layout (p.358-404)

Back to Homepage