Skip to content

Conversation

@joseph-ayitey
Copy link

@joseph-ayitey joseph-ayitey commented Nov 17, 2025

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.
In this project, i was able to use the semantic elements, but further on with divs to put in a proper arrangement. Also, i modify the footer and header. The form was built without Css or javascripts, only the html element.

Questions

Ask any questions you have for your reviewer.
First of all, thanks for the time to review.. here are some few questions;

  1. my accessibility was just 91% what can i do to make my works get to the 100% requirements?
  2. Without the CSS is there any other way for spacing out your work?

</form>
<p>Please fill in the form below:</p>
<form action="#" method="post">
<div>
Copy link

Choose a reason for hiding this comment

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

For reading, it's better to align this properly, othere than this LGTM (look good to me)

<p>Please fill in the form below:</p>
<form action="#" method="post">
<div>
<label for="fullName">Full name</label>

Choose a reason for hiding this comment

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

Very minor User Experience tip: if the fields are required, consider adding a * in the label to communicate the user what you expect. Like <label for="email">Email*:</label>

For more info, have a look to Google accessibility tips here: "Labels inform a user about the purpose of a field, if the field is required […]".

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for your tips, its really helpful.. Thanks for reviewing my works and helping out. i do appreciate..
So its good when i introduce *. As you indicated, or only when the field is required?

Copy link

Choose a reason for hiding this comment

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

If the field requires it

Copy link
Author

Choose a reason for hiding this comment

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

Thank You @mvcds

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