Assessment needed for HTML accessibility skill tests

Urgent Need for assessment for the HTML accessibility tests. (Tasks 1 to 4)

Hi all, I would greatly appreciate it if someone can be kind enough to provide feedback for my test submission. Thanks in advance. Oh and Happy Valentine’s :blush: :love_letter:

Test Submission Link

Hi @Debbie and welcome to the community :wave:

Congratulations! Great work on this exercises. :medal_sports:

Here are some comments:

  • Task 1: :white_check_mark: Correct. You could additionally consider removing class="button" from the button and change the CSS selector to “button” to reduce redundancy.
  • Task 2: :warning: Party correct. You’re missing the <label>s on the three input titles. These should then also be associated with the <input>s via for attribute.
  • Task 3: :white_check_mark: Correct.
  • Task 4: :white_check_mark: Correct. You could also directly add the background image to the h1 instead of using an extra <span>.

I hope that helps. :slightly_smiling_face:

Have a nice day,
Michael