I've been using Font Awesome for a while and I wonder one thing which tag should I use for it.
Here is said that they like the <i>
tag for brevity, but using a <span>
is more semantically correct.
I read specification for <i>
and <span>
. Unfortunately, I can't find the difference, they're both have the same context in which they can be used.