-
Notifications
You must be signed in to change notification settings - Fork 15
/
index_dai.html
49 lines (43 loc) · 1.36 KB
/
index_dai.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
49
<html>
<head>
<title>computer history</title>
<style>
body {
background-color: red;
}
p {
background-color:gray; color:red;
color:red;
border:2px solid blue;
}
a{
//display:none;
}
.grup1 {background-color: black;
}
#_id1 {
background-color: blue;
text-align: center;
}
</style>
</head>
<body>
<div>
<p class"group1" id="_id1"> 저는 정보를 정리한 사이트를 만들고 싶습니다.</p>
<p>저는 정보를 정리한 사이트를 만들고 싶습니다</p>
<p class"group1" id="_id1"> 크리킨디 센터에 대한 정보</p>
<p> 크리킨디 센터에 관한 정보</p>
<p>githu</p>
</div>
<a href="https://github.com/happydeveloper/krkd.eco.coding/edit/master/index_dai.html">기본 저장소 </a>
<a href="https://www.naver.com/"target="_blank" title="html5 specification">hypertxet markup language (HTML)</a>
<a href="https://developer.mozilla.org/en-US/" target="_blank">
<img src="https://mdn.mozillademos.org/files/6851/mdn_logo.png" alt="MDN logo" />
</a>
<div>
<p style="color:blue">
<a href="https://www.freepik.com/free-photos-vectors/skull" target="_blank"><img src="https://img.freepik.com/free-vector/dark-hand-drawn-skull-background_23-2147627282.jpg?size=338&ext=jpg" alt="skull logo" /></a>해골
</p>
</div>
</body>
</html>