Design comparison
SolutionDesign
Solution retrospective
HTML, CSS and JS, tips to improve are welcome :)
Community feedback
- @fa7ehPosted over 1 year ago
Congratulations on completing this challenge. 🎉
One quick tip, Input can have placeholder attribute to give user a hint regarding the expected value.
for example, day input can have 'DD' as placeholder text. Syntax as follows,
<input type="text" id="day" name="day" placeholder="DD">You can further style the placeholder text in CSS.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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