Why are they using
<i>
tag to display icons ?
Because it is:
- Short
- i stands for icon (although not in HTML)
Is it not a bad practice ?
Awful practice. It is a triumph of performance over semantics.
Why are they using
<i>
tag to display icons ?
Because it is:
Is it not a bad practice ?
Awful practice. It is a triumph of performance over semantics.