I could use some assistance with a concept that I'm finding particularly challenging.
After running my website through Nibbler, my goal is to achieve a perfect 10/10 score in all (or most) categories.
However, I am facing difficulty due to the 17 instances of the Font Awesome <i>
tag that Nibbler suggests should not be used.
According to FA's documentation, the correct syntax should be:
<i class="fa fa-check"></i>
Nibbler guidance indicates:
2 pages of this website were found to include the tag <i>. It is generally advised to avoid using presentational elements like <i>.
The recommendation is to replace all presentational tags with semantic alternatives whenever possible. This involves using semantically correct HTML and then styling it with CSS.
Currently, my website consists of only 2 pages, but if I persist with this practice, more occurrences may arise. Therefore, I would appreciate any suggestions for resolving this issue before proceeding further.
Any ideas or recommendations on alternative approaches? Thank you in advance.