As Most, I am familiar with the readonly attribute for text input, But while reading code from other websites (a nasty habit of mine ) I saw more t
readonly
text input
From w3:
readonly = "readonly" or "" (empty string) or empty - Specifies that element represents a control whose value is not meant to be edited.
So basically it's the same.