Add copy to elements section

This commit is contained in:
Josh Buchea 2017-10-28 12:19:57 -07:00
parent 17f03c5c68
commit 4b92ace76c
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ Below are the essential tags for basic, minimalist websites:
## Elements
Valid `<head>` elements include `meta`, `link`, `title`, `style`, `script`, `noscript`, and `base`.
``` html
<!-- Document Title -->
<title>Page Title</title>