-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Day 0 #10
base: master
Are you sure you want to change the base?
Day 0 #10
Conversation
<body> | ||
|
||
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/505028589&color=%23ff0099&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"> Your browser does not support the audio element.</iframe> | ||
<center> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this tag is deprecated
|
||
<br> | ||
|
||
<label>Favorite sport </label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing label link with select
|
||
</header> | ||
|
||
<form action=""> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing accessibility for all form controls
<fieldset> | ||
<legend>Sports practice? </legend> | ||
<label> | ||
<input type="radio" name="yes" value="yes"> Yes</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
related radio buttons should belong to the same group (check the app and see how the options remains selected)
Exercises Day 0