This <span>
elements look like a button beacuse of a class e-bolt-button
and its modifiers. They don't have any interactive features like :hover
or :active
which belongs to an <a>
and a <button>
semantic tags.
These are examples of semantic link
with their interactive states.
These are examples of semantic button
with their interactive states.
This is an example of semantic input
with type=[file]
and its interactive states.