diff --git a/.htmlhintrc b/.htmlhintrc new file mode 100644 index 0000000..9fc617f --- /dev/null +++ b/.htmlhintrc @@ -0,0 +1,8 @@ +{ + "tag-pair": true, + "attr-value-double-quotes": true, + "doctype-first": true, + "id-unique": true +} + + diff --git a/test.html b/test.html new file mode 100644 index 0000000..bde8423 --- /dev/null +++ b/test.html @@ -0,0 +1,16 @@ + +
+This paragraph is missing its closing tag
+ About us
+
+
+
+Oops