Skip to content

Challenge Link To External Pages With Anchor Elements

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Link to External Pages with Anchor Elements

a elements, also known as anchor elements, are used to link to content outside of the current page.

Here's an example:

<p>Here's a <a href="http://freecodecamp.com"> link to Free Code Camp</a> for you to follow.</p>
Clone this wiki locally