I'm looking for some help on something that I'm really struggling to get my head around.
I've ran my website through Nibbler and I'm seeking a 10/10 mark on all (if not most) of the categories.
One thing that I'm really struggling with is the 17 occurrences of Font Awesome <i>
tag's that it suggests I shouldn't be using.
As far as I'm aware, the proper syntax from FA's documentation should be:
<i class="fa fa-check"></i>
The guidance on Nibbler suggests:
2 pages of this website were found to be using the tag <i>. It is widely regarded that use of presentational elements like <i> should be avoided.
Replace all the instances of presentational tags with a semantic alternative. This means where possible, use semantically correct HTML and then style it with CSS.
It's only a 2 page website so far but if I continue working with the same practice, more instances are going to flag up, so I'd really prefer to find some help with a fix before I go any further.
Does any one have any suggestions on alternate ways around this? Thanks in advance.