Add the disabled boolean attribute on an input to prevent user interactions. Disabled inputs appear lighter and add a not-allowed cursor.
Add the disabled attribute to a <fieldset> to disable all the controls within the <fieldset> at once.