Now maybe your website needs a list. Here's how an unordered list looks:
<ul>
<li>websites</li>
<li>yarn</li>
<li>catnip</li>
</ul>
First, add a list to your page, but replace my favorite activities with your own!
Second, put an h2 header above the list with some kind of title, like "Interests."
Lists
You can make an ordered (numbered) list like so:
<%= erb :'tutorial/html/code_examples/7_1', layout: false %>