Assessment wanted for Basic controls 1 skill test


Please, i need to know if this html code are well done

Hi @VittoCorleone and welcome to the community :wave:

Nice work! Here are some comments:

  • Task 1: You used a colon (:) on some attributes. These need to be equal signs (=).
  • Task 1: You shouldn’t use spaces in attribute values. It’s better to just use lower case letters and hyphens (-).
  • Task 2: One of the radio buttons should be checked by default. Do you know how you could achieve that?

I hope that helps. Feel free to ask questions. :slightly_smiling_face:
Michael