Assessment Wanted for Marking Up a Letter in HTML

Hi
I am a beginner here. I need assessment for marking up this letter.

Task page: Here
Code link: Here

Am I using section and aside element correctly here?
It’ll be great to get any feedback and suggestions to make it better.
Thank you.

Hello @rashibmuntasir

you doing great

just little things

  1. reduce the use of div in this test you do not need any div or span
  2. you have many white space in most of paragraph which i do not know why
    for example
<li>Measuring the effect on performance of funk bassplayers at temperatures exceeding 30°C (86°F), when
                    the
                    audience size exponentially increases (effect of 3 ×
  1. there over use of section and aside element which does not apply to the letter example here

hope i did not miss anything else and have a nice day :slight_smile:

1 Like

Thank you for your suggestions.
I will make it up in my code.
using of div,section or aside was kind of a experiment for me!
I was thinking about these semantic elements and thinking about should I use them here?
So, it was a mistake :innocent:
And the white space in the paragraph was occurred when I tried code formatting in my VS Code editor.
Next time, I’ll keep that in my mind.

you welcome @rashibmuntasir

now i got it thanks for explaining

and have a nice day

1 Like