Hello @jaredstevenson and welcome to the community
Congratulations! You did a great job on this task
Some small remarks:
- It’s not a mistake but as an alternative: Instead of using a
<div>
around the<address>
and<p>
you could put the class directly on those two elements. There are some more characters to type but on the other hand you could get rid of the generic<div>
and flatten the HTML structure. - The
<br>
after the email address can be omitted since with the closing of the<address>
block we get an automatic line break. - The links are missing
title
attributes.
That’s all i could find.
As you see, those are only very minor things. You can be proud of your work.
Have a nice day!
Michael