We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dans la section Indication de format, on a le code :
<label for="taille">Quel est votre taille ?</label> <input id="taille" aria-describedby="help-title" type="text" /> <span id="help-taille"><abbr title="centimètres">cm</abbr></span>
Or il y a une coquille sur la balise <span id="help-taille"> qui devrait être <span id="help-title">
<span id="help-taille">
<span id="help-title">
The text was updated successfully, but these errors were encountered:
J'ajoute que taille est un nom féminin ; l'intitulé de la question devrait donc être "Quelle est votre taille ?"
Sorry, something went wrong.
No branches or pull requests
Dans la section Indication de format, on a le code :
<label for="taille">Quel est votre taille ?</label> <input id="taille" aria-describedby="help-title" type="text" /> <span id="help-taille"><abbr title="centimètres">cm</abbr></span>
Or il y a une coquille sur la balise
<span id="help-taille">
qui devrait être<span id="help-title">
The text was updated successfully, but these errors were encountered: