1<!-- Using readonly attribute is use to prevent changing of input value. -->
2Example:
3<input type="text" name="username" value="lol" readonly>
1<!-- Using readonly attribute is use to prevent changing of input value. -->
2Example:
3<input type="text" name="username" value="ankur" readonly>