added readme for lectures lec2 done

This commit is contained in:
2026-01-01 20:05:31 +10:00
parent f82e4a7bb3
commit 9faac87716
5 changed files with 193 additions and 0 deletions

33
lectures/lec2/task2.html Normal file
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>