Урок HTML разметки

2
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta name="description" content="Урок HTML разметки">
<mete name="keywords" content="html,Lesson">
</hrad>
<body>

</body>
</html>

У меня не утброзает сайт

html
css

1 ответов

3

У вас ошибки: 

<mete name="keywords" content="html,Lesson">
</hrad>

должно быть:

<meta name="keywords" content="html,Lesson">
</head>
Sign up or Log in to write an answer