Horje

How to disable HTML <textarea> Attribute

It is A disabled text area.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The textarea disabled attribute</h1>

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

Output should be:

How to disable HTML <textarea> Attribute




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