Tag: html input element

  • HTML form :: difference between disabled and readonly element

    I was working with HTML forms. In the forms I used readonly and disabled input elements. What is the deference between these two attributes of input element? Say for I have an input element in HTML form. If we set the attribute readonly=”readonly” then the input element is not editable. This attribute allows the user…