finished up to bootstrap
This commit is contained in:
33
lectures/lec2/part1/task2.html
Normal file
33
lectures/lec2/part1/task2.html
Normal 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>
|
||||
Reference in New Issue
Block a user