Skip to content

Conversation

@usernameluke
Copy link

@usernameluke usernameluke commented Jul 7, 2023

Copy link

@Anastasiia-Svintsova Anastasiia-Svintsova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Add working links here.
    image

  • Fix labels here. It doesn't work correctly
    chrome-capture-2023-6-7

Comment on lines 15 to 18
<form
action="https://mate-academy-form-lesson.herokuapp.com/create-application"
method="post"
>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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"
>

Comment on lines 28 to 29
</label>
<label class="form">

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

Suggested change
</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">

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

Comment on lines 96 to 100
<input
type="radio"
name="catLover"
value="no"
>

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

Suggested change
<input
type="radio"
name="catLover"
value="no"
>
<input
type="radio"
name="catLover"
value="no"
>

Copy link

@polosanya polosanya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

Comment on lines +154 to +155
<label class="form">
Would you recommend us?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<label class="form">
Would you recommend us?
<label class="form">
Would you recommend us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants