aboutsummaryrefslogtreecommitdiff
path: root/guides/html.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/html.md')
-rw-r--r--guides/html.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/guides/html.md b/guides/html.md
new file mode 100644
index 0000000..e0581ef
--- /dev/null
+++ b/guides/html.md
@@ -0,0 +1,14 @@
+## HTML
+
+- Use svg's over all other image formats when possible.
+
+- All `<img>` tags should have `β€œalt”` text.
+
+- Only use tables for tabular data (not for layout)
+
+- Make use of html5 elements like `<header>`, `<footer>`, `<nav>`, `<section>`, etc.
+
+### Browsers
+
+- Avoid supporting versions of Internet Explorer before IE11.
+