Oops missing meta tag

This commit is contained in:
Josh Buchea 2017-10-28 13:01:18 -07:00
parent bc0bc91332
commit 01ff93797c
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ Below are the essential tags for basic, minimalist websites:
Valid `<head>` elements include `meta`, `link`, `title`, `style`, `script`, `noscript`, and `base`.
``` html
<!-- Charset -->
<meta charset="utf-8">
<!-- Document Title -->
<title>Page Title</title>