aboutsummaryrefslogblamecommitdiff
path: root/guides/html.md
blob: e0581ef53ddc12d4e43d41a1d89062475b91a771 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.