Hey guys, can you help me giving me your review about Tribute page and Survey Form? Later I’ll share with you the next projects.
Links below:
Thanks a lot!
Hey guys, can you help me giving me your review about Tribute page and Survey Form? Later I’ll share with you the next projects.
Links below:
Thanks a lot!
Hey Alex,
nice to meet you!
great job on the Tribute Page so far!
My ideas:
all tests pass, awesome!
the site is responsive
you can get a code validation:
body
here
or click here
is not what you want as a link text, because this decreases the user experience; you can read about meaningful text labels
The other feedback will go into a second post.
Regarding the Survey Form,
making great progress!
My ideas:
all tests pass, awesome!
the site is responsive
HTML validation and CSS validation show no errors!
there is a small error in the logic of your checkboxes:
<label><input type="checkbox" name="courses" value="javascript" /> Javascript</label>
<label><input type="checkbox" name="courses" value="javascript" /> Front End libs</label>
Keep up the great work,
looking forward to seeing your next steps!
Hello Michael,
nice to meet you too!
I am grateful for your feedback I finally fixed all errors that appears in the html/css validator.
Thanks a lot!