• 0

How to make input uneditable / readonly / disabled in html?

<input readonly> ... </input>

<input disabled> ... </input>