What is the correct way of displaying "Click me and go anywhere!" as a hyperlink?
<a>
Click me and go anywhere!</a>
<a="Click me and go anywhere!">
</a>
Perfect!
To display text as a hyperlink we need to add it in between <a> and </a>.