Open l-monninger opened 2 years ago
Html semantics are important for machines and humans. Right now, our button is a <div> and only a div. How would I improve the semantics?
<div>
Updated so it is a <button> instead of a <div>.
<button>
Html semantics are important for machines and humans. Right now, our button is a
<div>
and only a div. How would I improve the semantics?