瀏覽代碼

Missing lang attribute

The lang attribute does not default to English. It defaults to an unknown, which is an accessibility issue.
Sam 2 年之前
父節點
當前提交
b5fb6da46e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -1,5 +1,5 @@
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">