Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

HTML,CSS,JAVASCRIPT

VISHWAโ€ข 270

@Vishwanathanselvamoorthy

Desktop design screenshot for the Intro component with sign-up form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Abdul Khalid ๐Ÿš€โ€ข 71,860

@0xabdulkhalid

Posted

Hello Bro ๐Ÿ‘‹. Congratulations on successfully completing the challenge! ๐ŸŽ‰

  • I have a suggestion regarding your code that I believe will be of great interest to you.

LABELS ๐Ÿ”–:

  • input elements wants a label associated with it
  • A <label> is used to create a caption for a form control. The <label> can be associated with a form control either implicitly by placing the control element inside the label element, or explicitly by using the for attribute
  • Effective form labels are required to make forms accessible. The purpose of form elements such as checkboxes, radio buttons, input fields, etc, is often apparent to sighted users
  • Even if the form element is not programmatically labeled. Screen readers users require useful form labels to identify form fields, So here using aria-label="{values}" attributes for input is enough to be accessible
  • Example:
<input type="text" aria-label="First Name" class="" id="first-name" name="first-name"  placeholder="First Name">

.

I hope you find this helpful ๐Ÿ˜„ Above all, the solution you submitted is great !

Happy coding!

0

VISHWAโ€ข 270

@Vishwanathanselvamoorthy

Posted

@0xabdulkhalid hi bro im vishwa from Chennai,India.Thanks for commenting for my project bro...can we connect through linkedin...comment u r linkedin id bro we will share our thougths

0
Abdul Khalid ๐Ÿš€โ€ข 71,860

@0xabdulkhalid

Posted

Oops @Vishwanathanselvamoorthy, I'm currently not active on LinkedIn due to my Exams.

But we can connect for now, here's my LinkedIn

Glad to connect with you Bro!

0
VISHWAโ€ข 270

@Vishwanathanselvamoorthy

Posted

@0xabdulkhalid tamil ah bro ne

0
VISHWAโ€ข 270

@Vishwanathanselvamoorthy

Posted

@0xabdulkhalid tamil ah bro ne

0
VISHWAโ€ข 270

@Vishwanathanselvamoorthy

Posted

@0xabdulkhalid im also tamil

0
Abdul Khalid ๐Ÿš€โ€ข 71,860

@0xabdulkhalid

Posted

เฎคเฎฎเฎฟเฎดเฎฉเฏ thaan Bro โค๏ธโ€๐Ÿ”ฅ

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord