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>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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>
|
<title>Page Title</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user