HTML N CSS

04 Links

Links to other Websites

Internal Links

Here is the Directory Higherarchey.

Here is how to create links in the differnt higherarchies.

Email Links

(a href="mailto:web@understoryproductions.com")Email(/a)
Email

Open Link In New Window

(a href="../portlingrad.com" target="_blank")Portlingrad(/a)
Portlingrad

Anchor Links

Anchor Links Connect to parts of the same page. They consist of two parts.
The Anchor: This is the part you are linking to. (h1 id="top")04 Links(/h1)
The Link: The word, phrase or button designated to link to the anchor. (a href="#top")
Back

Anchors Links On Other Pages

To link to an anchor on another page, link as usual to the page, then link to a defined attribute.
(a href="02text.html/#attribute") This attribute must already be defined.

Back