Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> .comment { width: 60%; height: 100px; padding: 10px; outline: 0; border: 3px solid #1c87c9; background: #d0e2bc; line-height: 20px; } </style> </head> <body> <form> <p>Ici, nous utilisons des styles CSS pour personnaliser l'apparence du champ de texte.</p> <textarea class="comment"> Envoyez votre commentaires à l'auteur.</textarea> <br> <input type="submit" name="submitInfo" value="Envoyer"> </form> </body> </html>