Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the 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>Here we use CSS styles to customize the look of the text field.</p> <textarea class="comment"> Send your comments to the author.</textarea> <br> <input type="submit" name="submitInfo" value="Submit"> </form> </body> </html>