added basic meta tags (#27961)

This commit is contained in:
Wingman J. Lee
2019-02-02 11:05:16 -05:00
committed by Christopher McCormack
parent 5e8c958719
commit 0f94d9dcd3

View File

@ -34,6 +34,10 @@ Below you can see the structure of a basic HTML file:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="describe content">
<meta name="keywords" content="HTML">
<meta name="author" content="Name">
<title>Page Title</title>
</head>
<body>