You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One acceptable method (from Deque) - use when it doesn't matter if the icon is known to be an image:
(I think this is what I have currently, but I should check.)
<p>Enter your username
<buttonid="usernameExample" aria-label="More info about user name"
title="More info about user name"><spanclass="fa fa-question-circle" aria-hidden="true"></span></button></p>
Markup might need updating.
e.g. might want to do:
<a href="..."><span role="img" arial-label="instagram">...
The text was updated successfully, but these errors were encountered: