<form action=""> First name:<br> <input type="text" name="firstname" value="John" readonly> </form>
Specifies that the input field is read only (cannot be changed).
Clickable & Draggable!