diff --git a/manual/en-US/coding-standards/chapters/html.md b/manual/en-US/coding-standards/chapters/html.md
index ea7d6c65..c0e0138a 100644
--- a/manual/en-US/coding-standards/chapters/html.md
+++ b/manual/en-US/coding-standards/chapters/html.md
@@ -12,9 +12,10 @@ This prevents mixed content issues and results in minor file size savings.
```html
-
+
+
-
+
```
### Type attributes
@@ -33,6 +34,7 @@ All html should be lowercase; element names, attributes, attribute values (unles
```html
+
Home
```