Hello,
I just started learning the basics of HTML and CSS. Absolutely no background in tech so I would appreciate if someone could check my code for this letter markup.
address tag can get class attribute so you do not need to wrap it with div element just give the address this class attribute
since the time is not part of the address you can wrap it with p element and give that p element this same class attribute (in future class you would be able to do that with out the need to wrap it with p just using display attribute )
i hope i did not miss anything else and have a nice day