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">`