Add tag order comment to recommend minimum

This commit is contained in:
Josh Buchea 2016-06-01 14:39:09 -07:00
parent 9f9d272ee4
commit adb3cdcaa6
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Below are the essential tags for basic, minimalist websites:
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Page Title</title>
```