Глава 17: корректура

This commit is contained in:
Igor Simdyanov
2022-07-23 10:17:54 +03:00
parent 1e6bce9b34
commit bdf9f593cb
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@
<meta charset="utf-8" />
<title>Привет, HTML!</title>
<meta name="description" content="Тестовая страница" />
<meta name="keywords" content="Hello world, HTML, PHP, веб-программирование" />
<meta name="keywords"
content="Hello world, HTML, PHP, веб-программирование" />
</head>
<body>
Привет, HTML!

View File

@ -5,6 +5,8 @@
<title>Использование CSS</title>
</head>
<body>
<h1 style="text-align: center; font-size: 20px;">Язык разметки HTML</h1>
<h1 style="text-align: center; font-size: 20px;">
Язык разметки HTML
</h1>
</body>
</html>