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> <h2>Styler la zone de texte</h2> <p>Utilisez CSS pour changer la taille de la textarea :</p> <form action="https://www.w3schools.com/action_page.php"> <textarea name="message" style="width:200px; height:600px;">Le chat jouait dans le jardin.</textarea> <br> <input type="submit"> </form> </body> </html>