Assessment for HTML text basics 1 please.
Hi @stephen_lee18 and welcome to the community
Congratulations, that’s correct.
One small remark: At some places you have spaces between tags and text (<h1> Basic HTML Animals </h1>
). It’s better to remove these (<h1>Basic HTML Animals</h1>
). There is no difference in this test, but in another situation, it could be problematic.
For further assessments could you please also include a link to the task. Something like this:
Task: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics#html_text_basics_1
Solution: https://codepen.io/stephen-lee-the-vuer/pen/VwbxvJr
This way it is easier for us to get to correct page.
Keep up the good work and have a nice day!
Michael