Assessment wanted for HTML text-basics-1-skill-test

Hello!
An assessment, please.

HTML text basics 1
HTML text basics 2
HTML text basics 3

Thank you,
Sveta

Hi @snush and welcome to the community :wave:

Congratulations! Very well done! :medal_sports:

I have only one small improvement: In task 1 you used whitespaces after the start tags and before the end tags. This shouldn’t be done. You did it correctly in task 2 + 3.

<!-- wrong -->
<h2> The Llama </h2>

<!-- right -->
<h2>The Llama</h2>

Feel free to ask questions or post more solved task. I will happily review them :slightly_smiling_face:

Have a nice day!
Michael

1 Like