Links

a

Anchor tag. This tag will create a link in which the user can click to go to another section of the page, to a completely different page, or to a specific section on a different page. To jump to a different page the URL is used in the “href” attribute, to jump to a section on the same page the id attribute of the specific element. Inline element

Syntax

<a attributes> ... </a>

Example

<a href="http://www.htmlsous.com/forum"> Click here to ho to the forums!</a>

Related tags

CSS Properties

HTML attributes

Search the Soup!