-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathreview_eb.html
48 lines (43 loc) · 1.39 KB
/
review_eb.html
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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<style>
body{
background-image:url(https://st3.depositphotos.com/10665628/17487/v/1600/depositphotos_174878058-stock-illustration-seamless-pattern-with-leaves-vector.jpg);
}
</style>
</head>
<body>
<div class="">
<h1> 10.6 [4주차 복습 - 코딩]</h1>
<p>깃허브 저장소에 올리는법 </p>
</div>
<div class="">
<h3> HTML </h3>
<p>문서의 내용</p>
<p>
<img src=" https://images.huffingtonpost.com/2016-04-29-1461897761-7043906-BabyHarpSeal_JohnDeJong-thumb.jpg " alt="하프물범">
</p>
<p>
<a href="https://www.naver.com/">네이버</a>
</p>
<p>
<a href="https://www.google.co.kr/search?q=%ED%95%98%ED%94%84%EB%AC%BC%EB%B2%94&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiAj_3JsfHdAhWDfrwKHcBJAoEQ_AUIDigB&biw=1366&bih=657#imgrc=lKpoAD9iuUN7iM:"> 하프물범<img src="https://images.huffingtonpost.com/2016-04-29-1461897761-7043906-BabyHarpSeal_JohnDeJong-thumb.jpg" alt="하프물범"/></a>
</p>
</div>
<div class="">
<ul>
<li> HTML </li>
<li> CSS </li>
<li> JavaScript </li>
</ul>
<ol>
<li> HTML </li>
<li> CSS </li>
<li> JavaScript </li>
</ol>
</div>
</body>
</html>