### Description The input attributes in the [sign up form](https://github.com/codedex-io/html-101/blob/main/3-forms/17_sign_up.html) are missing `<label>` tags and their respective `for` attributes. ### Solution Add `<label>` tags and their respective `for` attributes.
Description
The input attributes in the sign up form are missing
<label>tags and their respectiveforattributes.Solution
Add
<label>tags and their respectiveforattributes.