-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex_eden.html
More file actions
54 lines (53 loc) · 2.56 KB
/
index_eden.html
File metadata and controls
54 lines (53 loc) · 2.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>eden</title>
<style>
a {
color:red;
}
.group1 {
background-color: yellow;
border-style: inset;
}
#_idi {
background-color: lightblue;
}
body {
background-color:skyblue;
text-align: center;
}
zz {
color:green;
background-color: lightgrey;
}
ww {
border: 3px solid blue;
padding: 0px;
margin: 0px;
}
shsh {
text-shadow: 1.5px 1px lightblue;
}
</style>
</head>
<body>
<p class="group1" id="_idi"><zz>아톰</zz>에서 그냥<zz>html</zz>치고 엔터치면 기본 세팅 됩니다~</p>
<p><shsh>목표:</shsh> 저는 <ww>학교</ww>내에서 리뷰를 올리고 댓글을 달 수있는 <ww>사이트</ww>를 만들고 싶어요~ </p>
<p style="color:blue;"><u>디자인은 <zz>예<u style="color:red;">쁘</u>게!</zz></u></p>
<h4>^3^</h4>
<p><a href="https://www.w3schools.com/default.asp" target="_blank" title="개꿀팁 사이트"><button><img src="https://emoticonstudio.kakao.com/assets/thumb_start3-4cd5a9d3e174b157ca32e13e94d9c8f2eb85791e5aeebdacba270c7904e40c15.gif" alt="카톡 이모티콘1" width="300" /></button></a>
<br><img src="http://upload2.inven.co.kr/upload/2017/05/29/bbs/i15356390155.gif" alt="카톡 이모티콘2" width="150" />
<img src="http://mblogthumb1.phinf.naver.net/20160710_168/2144you2_1468122076478BCDng_GIF/C4ABC4ABEFBFBDEFBFBDEFBFBDEFBFBD_EFBFBDEFBFBDEFBFBDCC.gif?type=w800" alt="카톡 이모티콘3" width="150" />
<br><img src="http://mblogthumb1.phinf.naver.net/20160710_168/2144you2_1468122076478BCDng_GIF/C4ABC4ABEFBFBDEFBFBDEFBFBDEFBFBD_EFBFBDEFBFBDEFBFBDCC.gif?type=w800" alt="카톡 이모티콘3" width="150" />
<img src="http://upload2.inven.co.kr/upload/2017/05/29/bbs/i15356390155.gif" alt="카톡 이모티콘2" width="150" /></p>
<p>장난 그림들. 링크는 네이버로</p>
<p><a href="https://minanto.github.io/web1/a1.html" target="_blank" title="코딩야학때 만들었던 장난 페이지">코딩야학때 만들었던 장난 페이지</a></p>
<br><br>
<p><a href="https://www.w3schools.com/colors/colors_names.asp" target="_blank" title="색깔 정리된 곳"><button><ww>색깔 정리된 곳</ww></button></a></p>
</body>
</html>
<!-- div=구역을 나누어서 배치를 할 수 있게 해주는 태그 -->
<!-- https://www.w3schools.com/default.asp 꿀팁 저장소 -->
<!-- https://happydeveloper.github.io/krkd.eco.coding/index_eden.html -->