- 
                Notifications
    You must be signed in to change notification settings 
- Fork 611
HTMLform #803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
HTMLform #803
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <form | ||
| action="https://mate-academy-form-lesson.herokuapp.com/create-application" | ||
| method="post" | ||
| > | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <form | |
| action="https://mate-academy-form-lesson.herokuapp.com/create-application" | |
| method="post" | |
| > | |
| <form | |
| action="https://mate-academy-form-lesson.herokuapp.com/create-application" | |
| method="post" | |
| > | 
| </label> | ||
| <label class="form"> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to add empty lines between multiline sibling blocks of HTML. Fix it everywhere
| </label> | |
| <label class="form"> | |
| </label> | |
| <label class="form"> | 
        
          
                src/index.html
              
                Outdated
          
        
      | Full date of birth: | ||
| <input type="date" name="date"> | ||
| </label> | ||
| <div class="form"> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This div seems redundant. Just wrap the input into the label as you did it above
| <input | ||
| type="radio" | ||
| name="catLover" | ||
| value="no" | ||
| > | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the code style here
| <input | |
| type="radio" | |
| name="catLover" | |
| value="no" | |
| > | |
| <input | |
| type="radio" | |
| name="catLover" | |
| value="no" | |
| > | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
| <label class="form"> | ||
| Would you recommend us? | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <label class="form"> | |
| Would you recommend us? | |
| <label class="form"> | |
| Would you recommend us? | 


DEMO LINK
TEST REPORT LINK