-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex_duru.html
45 lines (42 loc) · 1.44 KB
/
index_duru.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
<html>
<head>
<title>computer history</title>
<style>
body {
background-color: yellow;
}
p {
color:red;
background-color: blue;
border:2px solid Violet;
}
a {
//display: none;
}
.group1 {
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"> 컴퓨터 사이언스의 중요한 사건을 정리할 에정입니다. </p>
<p> 컴퓨터 사이언스의 중요한 사건을 정리할 에정입니다. </p>
<p class="group1"> 컴퓨터 사이언스의 중요한 사건을 정리할 에정입니다. </p>
</div>
<a class="group1" href="https://github.com/happydeveloper/krkd.eco.coding/edit/master/index_duru.html">기본 저장소 </a>
<a href="https://www.w3.org/TR/html5/" target="_blank" title="html5 specification">Hypertext Markup Language (HTML)</a>test</a>
<p>
<a href="https://www.w3.org/TR/html5/" target="" title="html5 specification">
<img src="https://mdn.mozillademos.org/files/6851/mdn_logo.png" alt="MDN logo" width="300"/>
</a>
모질라 개발자 사이트
</p>
</body>
</html>