Assessment Wanted for HTML Marking Up A Letter

Hi wondering if anyone minds assessing this:

My Letter
Marked Up Letter
My Code
On Github
Assessment Page
Marking Up a Letter
My Validation Errors
W3C Validation Errors

At first look, it looks like you did not mark up the semester part as it is shown in the assessment output.

Now I see, this semester part is not a description list. So better to not put inside dl tag.
In the final given letter, you can see it is rendered as an unordered list (indicated by a dot for a semester).
So, use ul and li.
Hope it helps.

1 Like

Many thanks @_rajan! I have updated the semesters to a <ul>