I tried writing the HTML code for the assignment but found challenges introducing the provided CSS code to produce a well marked up letter.
Guidance will be highly appreciated.
Link to my code: https://codepen.io/mucunguzi256/pen/ExmYbVP?editors=1100
Link to assignment: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter
Hello @Mucunguzi
you doing well just little notice
- keep all your css code on the css panel only (later when you get to the css lesson you will learn different way to link your css code to your html file)
so delete all those css code from the html panel - make the address tag to be of class=“sender-column” and no need to use the em tag as address tag will make it italic by default
- i see sometime you use capital letter for tag and sometime small letter and sometime you mix but it recommend to use lower case letter
this is not a bug but from code conventions point of view
i hope i did not miss anything else and have a nice day
Thanks lots for your reply, guidance and advice.
This was very useful!!
We keep up!
you very welcome and glad to help