Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

read only attribute in html

<!-- Using readonly attribute is use to prevent changing of input value. -->
Example:
<input type="text" name="username" value="ankur" readonly>
 
PREVIOUS NEXT
Tagged: #read #attribute #html
ADD COMMENT
Topic
Name
8+2 =