added basic meta tags (#27961)
This commit is contained in:
committed by
Christopher McCormack
parent
5e8c958719
commit
0f94d9dcd3
@ -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>
|
||||
|
Reference in New Issue
Block a user