'readonly' Example : readonly « HTML Attributes Reference « HTML CSS Reference






'readonly' Example

    
<HTML>
<head><Title>Example For readonly</Title></head>
<BODY>
<input type="text" name="tfd" value="This text field is not editable" readonly size="30">
</BODY>
</HTML>  

    
      
      








Related examples in the same category

1.'readonly' Syntax and Note
2.readonly is applied to