<!DOCTYPE html> <html> <body> <h1>The textarea readonly attribute</h1> <label for="text">Type</label><br> <textarea rows="4" cols="50" readonly> At horje.com you will learn how to make a website. We offer free tutorials in all web development technologies. </textarea> </body> </html>