Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h1>L'attribut wrap de la zone de texte</h1> <form action="https://www.w3schools.com/action_page.php"> <textarea rows="2" cols="20" name="usrtxt" wrap="hard"> À W3Schools, vous trouverez des tutoriels gratuits sur la création de sites Web. </textarea> <input type="submit"> </form> </body> </html>