Skip to content

HTMLform#803

Open
usernameluke wants to merge 2 commits intomate-academy:masterfrom
usernameluke:develop
Open

HTMLform#803
usernameluke wants to merge 2 commits intomate-academy:masterfrom
usernameluke:develop

Conversation

@usernameluke
Copy link
Copy Markdown

@usernameluke usernameluke commented Jul 7, 2023

Copy link
Copy Markdown

@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 thread src/index.html
Comment on lines +15 to +18
<form
action="https://mate-academy-form-lesson.herokuapp.com/create-application"
method="post"
>
Copy link
Copy Markdown

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 thread src/index.html
Comment on lines +28 to +29
</label>
<label class="form">
Copy link
Copy Markdown

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

Comment thread src/index.html Outdated
Full date of birth:
<input type="date" name="date">
</label>
<div class="form">
Copy link
Copy Markdown

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 thread src/index.html
Comment on lines +96 to +100
<input
type="radio"
name="catLover"
value="no"
>
Copy link
Copy Markdown

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
Copy Markdown

@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 thread src/index.html
Comment on lines +154 to +155
<label class="form">
Would you recommend us?
Copy link
Copy Markdown

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