This is a simple "About Me" page created for my programming class.
- Create the
index.htmlfile. - Add a
<title>tag. - Add a
<h1>with my name. - Add a horizontal line
<hr>. - Add a hobbies section with a
<h2>and<ul>. - Add a goals section with a
<h2>and<ol>.