Marking up a letter Assessment plz Assessment

I like to have my Marking up a letter Assessment

My letter https://codepen.io/undead4603/pen/jOmojqY

link to Marking up a letter Assessment

Hi @undead282 and welcome to the community :wave:

A lot of things are correct. Congratulations :tada:
There are also some improvements:

  • There should be an <address> tag around each (complete) address
  • The first address should be on the right side (hint: Look at the CSS. Is there something ready to be used on the first <address> tag?)
  • You used <u> tags on the acronyms. There is a better tag for abbreviations, which let’s you also write out what those letters mean. Do you know which tag I mean?
  • In the two expressions “H2O” and “C14H12O3” the numbers aren’t subscripted (lowered). You correctly used <sup> for 103. Which tag do we need for subscripts?

I recommend looking into those remarks and updating your codepen. After doing that, check if all other requirements are fulfilled.
I’m looking forward to having another look at your work after you updated the codepen.

Keep up the good work! :+1: And have a nice day!
Michael

1 Like

Thx for the feedback, i have updated the code.
And you have a nice day to.

1 Like

Great work on the updated code :medal_sports:

Some small things to remember for another time (no need to update the code again):

  • You should use mailto: instead of Email: for mail links. When a user clicks on an mailto: link, the computer automatically opens their mail program.
  • When using lists with <ul> and <li>, there is no need to wrap the <li>s in <p> tags.

I hope this feedback helps on your journey to become a web developer :slightly_smiling_face:

Michael

1 Like