Marking up a text letter

What is code for top right text to go to top right? I cant find that sample explained with that certain position, anywhere in previous parts of tutorial.

Currently, I am learning now from this tutorial: Challenge: Marking up a letter - Learn web development | MDN

Hello @serenity

just give the first address a class atterbuite class="sender-column" and it will align it to the right for you

you will learn about that in css lessons

and have a nice day :slight_smile:

1 Like

Sorry for late response, but how to give the address a class attribute?

Have a nice day.

it’ ok do not be sorry

it will be like this

<address class="sender-column">

thanks a lot and you too :slight_smile:

1 Like