Merge pull request #88 from hypeJunction/olscore-82

Recommended minimal tags
This commit is contained in:
Josh Buchea 2016-05-25 08:25:49 -07:00
commit 7e97311ed0
1 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,17 @@
A collection of HTML head elements.
## Recommended Minimum
Below are the essential tags for basic, minimalist websites:
```html
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Title</title>
```
## Elements
``` html