Тег <head></head>
Этот тег определяет информацию о документе.
<!DOCTYPE html>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>Technology HTML5</
title
>
-
<
meta
name
=
"description"
content
=
"HTML5"
/>
-
<
meta
name
=
"keywords"
content
=
"html5"
/>
-
<
meta
name
=
"robots"
content
=
"index, follow"
/>
</
head
>
<
body
>
</
body
>
</
html
>