Add tooltip to font awesome icon
问题 Has anyone here added tooltips to font-awesome icons? I have the following jsfiddle, but cannot seem to find a guide to add tooltips to the icons. <header> <!-- icons for settings, change pwd and list of active sessions --> <div id="menuIcons"> <i class="fa fa-cog"></i> <i class="fa fa-user"></i> <i class="fa fa-lock"></i> </div> <!-- display welcome text --> <div id="welcomeText"> <p>Welcome Harriet</p> </div> </header> 回答1: The issue of adding tooltips to any HTML-Output (not only