<!DOCTYPE html> <html> <body> <h1>The textarea disabled attribute</h1> <label for="css">Type Text:</label><br> <textarea disabled> At Horje.com you will learn how to make a website. We offer free tutorials in all web development technologies. </textarea> </body> </html>