Boolean Attributes

Attributes inside of tags

Created: 2022-09-18
Tags: #fleeting


Boolen Attributes has only 1 value

  • The value is the attribute name itself
  • Values can be omitted as well
<input type="text" disabled="disabled">
<input type="text" disabled>