Update Style Guide authored by Michael Wong (miw210)'s avatar Michael Wong (miw210)
...@@ -6,7 +6,7 @@ General: ...@@ -6,7 +6,7 @@ General:
1. Indentation should be done using tabs 1. Indentation should be done using tabs
HTML: HTML:
[HTML5](https://www.w3schools.com/html/html5_syntax.asp) [HTML5](https://google.github.io/styleguide/htmlcssguide.html#CSS)
1. Follow HTML5 style and guidelines 1. Follow HTML5 style and guidelines
2. Each nested block should be indented 2. Each nested block should be indented
3. Attributes and tags should be in lowercase 3. Attributes and tags should be in lowercase
... ...
......