Files
php_8/html/p_wrong.html
2022-05-08 15:20:16 +03:00

12 lines
446 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>Изучение HTML</title>
</head>
<body>
<p>Привет, HTML!</p>
<p>Приступаем к изучению тегов. Начнем с параграфов, для создания которых используется тег <p>. Это парный тег и он должен закрываться тегом </p>.</p>
</body>
</html>