HTML/CSS/Form Attributes/readonly
Версия от 09:21, 26 мая 2010; (обсуждение)
"readonly": Whether the content of an element is read-only or not
<HTML>
<BODY>
<input type="text"
name="tfd"
value="This text field is not editable" readonly
size="30">
</BODY>
</HTML>