Dmitry Ponomarev
Новичок
Дата регистрации:
09.02.2021 13:33:54
Сообщений: 1
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Мой первый сайт</title>
<meta http-equiv = "Content-Type" content = "text/html; charset=windows-1251" />
</head>
<body>
<img src = "images/picture.jpg" width = "90%" height = "45%" alt = "Шапка сайта" />
<h3>Меню</h3>
<ul>
<li>Новости</li>
<li>Статьи</li>
<li>Ставки</li>
</ul>
<h1>Мой первый сайт</h1>
</body>
</html>
UPD: Только учусь. В Validator'e ошибку выдаёт по закрытию элемента img.