For example, a link to another site looks like this:
<a href="//neocities.org">Check out Neocities!</a>
Add a link to your favorite site to the end of the paragraph, right before the </p> closing tag!
Tags always need to be nested properly, like Russian dolls. So this is okay:
<%= erb 'Welcome! Link!', layout: false %>
Welcome! Link!