xxxxxxxxxx
<html>
<body>
<h1>Sample Form</h1>
<form action="/tryit/submitted" method="post">
<label for="biography">Biography</label><br>
<!-- لجعل مربع النص يظهر بشكل غير مفعّل <textarea> للوسم disabled أضفنا الخاصية -->
<textarea id="biography" cols="40" rows="4" disabled>Harmash.com is published in 2014.</textarea>
<br><br>
<input type="submit">
</form>
</body>
</html>