These are my finished tests. Could you please give me some feedback?
I am not sure if I did right about the third test…
And the fourth one I am not clear how to take the header image further using CSS…
Task 1: Correct. Maybe use an unordered list, because the items don’t really follow an order.
Task 2: Partly correct. The <label>s with for attribute are fine. To group multiple elements you should use a <fieldset> and name it with a <legend>.
Task 3: Correct.
Task 4: Partly correct. The alt attributes on the big images are fine. For the small star image the easy way would be to just set the alt attribute to alt="". This would stop screenreaders from announcing it.
The better possibility would be using a CSS background image. You remove
<img src="https://bit.ly/3xWyDNk" alt="A star that I use to decorate my page">