moving all labs to old dir

This commit is contained in:
2026-02-26 21:55:48 +10:00
parent 76555d27a4
commit 4f1c66e838
132 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Задание 2</title>
<style>
h1,
h2 {
text-align: center;
color: maroon;
}
ins {
text-decoration: underline;
}
i {
font-style: italic;
}
</style>
</head>
<body>
<h1>
<ins>Основы HTML</ins>
</h1>
<h2>
<i>Оглавление</i>
</h2>
</body>
</html>