Horje

How to add A read-only text area - HTML readonly Attribute

Textarea Example. The textarea readonly attribute.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The textarea readonly attribute</h1>

<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>

Output should be:

How to add A read-only text area - HTML readonly Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin