Font Awesome 使用的是 <i> 标签
例子:<i class="fa fa-camera-retro"></i> fa-camera-retro
http://fortawesome.github.io/Font-Awesome/examples/
Bootstrap 使用的是 <span> 标签
例子:<span class="glyphicon glyphicon-search"></span>
http://getbootstrap.com/components/#glyphicons-how-to-use
个人倾向于 <span> 标签。
<i> 标签不是斜体标签吗?为什么会用到字体图标里?
例子:<i class="fa fa-camera-retro"></i> fa-camera-retro
http://fortawesome.github.io/Font-Awesome/examples/
Bootstrap 使用的是 <span> 标签
例子:<span class="glyphicon glyphicon-search"></span>
http://getbootstrap.com/components/#glyphicons-how-to-use
个人倾向于 <span> 标签。
<i> 标签不是斜体标签吗?为什么会用到字体图标里?