Attributes inside of tags
Created: 2022-09-18 Tags: #fleeting
Boolen Attributes has only 1 value
<input type="text" disabled="disabled"> Copy
<input type="text" disabled="disabled">
<input type="text" disabled> Copy
<input type="text" disabled>