HTML代碼檢視
HTML代碼在線檢視網(wǎng)站
規(guī)則配置如下:

image.png
Standard
| 規(guī)則 | 釋義 |
|---|---|
| tagname-lowercase | 標(biāo)簽名必須小寫(xiě) |
| attr-lowercase | 屬性小寫(xiě) |
| attr-value-double-quotes | 屬性值雙引號(hào) |
| attr-value-not-empty | 屬性值不能為空 |
| attr-no-duplication | 屬性無(wú)重復(fù) |
| attr-no-duplication | <!DOCTYPE html>文檔聲明在首行 |
| tag-pair | 標(biāo)簽配對(duì) |
| tag-self-close | 關(guān)閉標(biāo)簽 |
| spec-char-escape | SPEC-字符轉(zhuǎn)義 |
| id-unique | id唯一 |
| src-not-empty | src不能為空 |
| title-require | <head></head>中必須有title標(biāo)簽 |
Performance
| 規(guī)則 | 釋義 |
|---|---|
| head-script-disabled | 頭部禁用script腳本 |
Accessibility
| 規(guī)則 | 釋義 |
|---|---|
| alt-require | img標(biāo)簽必須要alt屬性 |
Specification
| 規(guī)則 | 釋義 |
|---|---|
| doctype-html5 | 文檔聲明必須為html5 |
| id-class-value | id和class的命名規(guī)范 多個(gè)單詞間使用杠-,下劃線_,還是camelCase駝峰 |
| style-disabled | 禁止style標(biāo)簽 |
| inline-style-disabled | 禁止內(nèi)聯(lián)樣式 |
| inline-script-disabled | 內(nèi)嵌腳本禁用 |
| space-tab-mixed-disabled | 空格制表符混合禁用 |
| id-class-ad-disabled | ID和類無(wú)法使用ad關(guān)鍵字,它會(huì)被adblock軟件阻止。 |
| href-abs-or-rel | Href必須是絕對(duì)的或相對(duì)的。 |
| attr-unsafe-chars | 屬性值不能使用不安全的字符。 |