已采納回答 / qiaoer2017
從語義上來講,確實不妥,你可以使用span標簽代替,但是因為span標簽太長了,一般還可以使用 i 標簽,s標簽代替,但這樣就不能兼顧HTML5語義的標準了。自己取舍。
2016-09-20
<s class="s-icon"></s>
這句話不對吧?<s>標簽的功能是給文本添加刪除線,而且已經不推薦使用了。在這里使用是什么意思?
原文是:
<li>
<s class="s-icon"></s>
<a href="">慕課網就是好1</a>
</li>
這句話不對吧?<s>標簽的功能是給文本添加刪除線,而且已經不推薦使用了。在這里使用是什么意思?
原文是:
<li>
<s class="s-icon"></s>
<a href="">慕課網就是好1</a>
</li>
2016-09-20
//ie9兼容模式
eot、eot?#iefix
//各個字體格式對應的format
eot format(“embedded-opentype”)
woff format(“woff”)
ttf format(“truetype”)
SVGA format(“svg”)
//為了使小圖標更平滑
-webki-t-font-smoothing:antialiased;
-moz-font-smoothing:grayscale;
eot、eot?#iefix
//各個字體格式對應的format
eot format(“embedded-opentype”)
woff format(“woff”)
ttf format(“truetype”)
SVGA format(“svg”)
//為了使小圖標更平滑
-webki-t-font-smoothing:antialiased;
-moz-font-smoothing:grayscale;
2016-09-04