HTML readonly attribute - HTML input labels - HTML form - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

10.2.4 HTML readonly attribute

Readonly attributes - that read-only (only see, can not be changed) the input domain (box)
  • Trackback Address: http://www.nt22.com/xhtml-html/attribute_readonly/
  • Example

      "nt22form" Action <form id = = = "nt22.php" method "post" /> = <label for "notinput" /> can not import the input box </ label> <input type = "text" id = "notinput" name = "notinput" readonly = "readonly" /> </ form> 

    Examples of HTML readonly attribute