Request for assessment of the letter markup test

Hello everyone,

I completed the letter markup test from the MDN’s introductory course on HTML.

Could someone tell if this is correct?

Thanks !!!

The link is below: ( I hope it works, I have never used Jsfiddle)

JSFiddle - Code Playground

Hello @Rastko_Gojgic

you doing great just some notes here:

  1. you can put your css code on the css panel in the jsfiddle
  2. inside the first address you have time tag <time class="sender-column" that you use class for it 's not needed as it will inhert it from it’s parents which is address in this case

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

@justsomeone

Thanks for your heads up!! :slight_smile:

  1. I didn’t put CSS because I thought that that part will be covered in the next section of the course.
  2. Thanks, I have learned something new now!!

I have a question or two after reading my own code one more time:

  1. Is the indentation correct?
  2. Does <footer> go outside the <main> tag as I wrote in my code?
  3. Was the use of <footer> tag ok in this context?

Have a nice day :slight_smile:

P.S. I added the .css file and removed the redundant class attribute

you very welcome

you talking about the code or certain part of the output ?

sorry but i do not understand what you mean here

same as point 2 sorry i did not get it

and thanks a lot :slight_smile:

Terribly sorry, I forgot to label certain words as code, hence the weird output. I edited the question.

I’m talking about the code in general.

it’s ok do not be sorry

i think so

i notice you used aside and section also so it’s fine but their use with other cases as you saw on their topic

sometime in test they just focus on the current topic so you they ignore the old topic unless there some need for it

by the way each time you change and save your work on jsfiddle it give you different link actually it change the last number

so https://jsfiddle.net/rastko1990/jyx1Lu9b/1/ so you would need to post the new link which i guess it’s https://jsfiddle.net/rastko1990/jyx1Lu9b/3/

keep that in mind in future post :slight_smile:

Thanks a lot :slight_smile:

Communities like this, where people love to help each other, are a real gem. All the best!

you very welcome and i totally agree :slight_smile: