Assessment wanted for Marking up a letter (by me)

Hello Everyone!
I have finished the module “Introduction to HTML”. I would like my work to be assessed. I am facing a problem which is that I can’t align the first date to the right though I have used the class attribute properly. I can’t understand where I have done wrong. Thanks in advance for your valuable time.
Here is the link of the project question: Link

Here is my solution.

Hi Alifa,

Regarding the problem you are facing, you may try to wrap your <time> element inside <p> element and provide class attribute for paragraph element instead. So the solution would look like this:
<p class=“sender-column”><time datetime=“2016-01-20”>20 January 2016</time></p>

P.S. I am also new to HTML and have just finished the “Introduction to HTML” module.

1 Like

@AnkitDhyani Thank you very much Ankit vai!

1 Like