-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex_lala.html
More file actions
41 lines (38 loc) · 1.37 KB
/
Copy pathindex_lala.html
File metadata and controls
41 lines (38 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title> 동물의 집짓기 </title>
<style>
h3{
border: 2px solid rgb(255,99,71,0.5);
}
.group1 {
color:red;
}
.group2 {
color:blue;
}
#_id1{
background-color:Violet;
text-align: center;
}
</style>
</head>
<body>
<h1 class="group1">동물의 집짓기</h1>
<h2 style="background-color:rgb(255,99,71,0.5);">자연의 건축가는 어떻게 집을 만들까요? </h2>
<a href="https://www.youtube.com/watch?v=f4Ygl3JdEVg"title="동물의 건축술 다큐">동물의 건축술 youtube 영상 </a>
<h3 id="_id1">바보의 집짓기</h3>
<p><a href="https://www.youtube.com/watch?v=vFz0rd6IV-k">
<img src="https://i.imgur.com/qweTLe0.jpg" alt="비버" width="300" height="300"></a>집짓기 영상 링크 클릭</p>
<h1 class="group1">곤충의 집짓기</h1>
<h3>벌의 집짓기</h3>
<p>
<a href="https://www.youtube.com/watch?v=lF2DeKpYRrk" title="꿀벌의 집짓기 링크">
<img src="https://i.imgur.com/DlhcVGz.jpg" alt="꿀벌" width="300" height="300"></a>집짓기 영상 링크 클릭
</p>
<h1 class="group2">절지류의 집짓기</h1>
<h3>거미의 집짓기</h3>
<p><a href="https://www.youtube.com/watch?v=A4XQYiwjd6Q" title="거미의 집짓기 링크">
<img src="https://i.imgur.com/TWsWYT8.jpg" alt="거미" width="300" height="300"></a>집짓기 영상 링크 클릭
</p>
</html>