aboutsummaryrefslogtreecommitdiff
path: root/guides/html.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-09-16 12:00:47 -0700
committerGitHub <noreply@github.com>2018-09-16 12:00:47 -0700
commit94eaee9bae1dd4238bfb4f4a881e9877ecb50b35 (patch)
tree0143fa9b434091470d2466a6d719e9bb37d969d9 /guides/html.md
parent07fb4ce6471aef531a1246c8fd9d200f23c119d2 (diff)
parent876fccbbde53e27b3fb820808d2c336ca71aa7e1 (diff)
downloadbest-practices-94eaee9bae1dd4238bfb4f4a881e9877ecb50b35.tar.gz
best-practices-94eaee9bae1dd4238bfb4f4a881e9877ecb50b35.tar.bz2
best-practices-94eaee9bae1dd4238bfb4f4a881e9877ecb50b35.zip
Merge pull request #5 from drivergroup/jo/guides
Make this repo a standalone website
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.
+