-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhw4.html
More file actions
55 lines (52 loc) · 1.71 KB
/
hw4.html
File metadata and controls
55 lines (52 loc) · 1.71 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
55
<!doctype html>
<html>
<head>
<meta charset = "UTf-8">
<title>Welcome!</title>
</head>
<body>
<body bgcolor="#e6e6ff">
<h1 align ="center">Yeonsu's webpage</h1>
<hr>
<h2>Self-Introduction</h2>
<!-- 자기소개 -->
<blockquote>
<pre><h3>
<li>저는 주연수이고 21살입니다.</li>
<li>저의 학과는 컴퓨터공학과입니다.</li>
<li><a href="https://github.com/jooys130/gitrepHW2020">제 깃허브 페이지</a>입니다.</li>
</h3></pre>
</blockquote>
<hr>
<!-- 팀소개 -->
<h2>Team Introduction</h2>
<blockquote>
<pre><h3>
<li>팀이름은 "성준은유연하조"입니다.</li>
<li>팀원들 링크
<table border="5">
<tr>
<td> Name </td>
<td> Link </td>
</tr>
<tr>
<td>김 성 훈</td>
<td><a href="">http://shuncode.github.io/ </a>
</tr>
<tr>
<td>이 준 호</td>
<td><a href="">https://plusjob70.github.io/</a>
</tr>
<tr>
<td>이 은 지</td>
<td><a href="">http://ej719.github.io/</a>
</tr>
<tr>
<td>남 유 진</td>
<td><a href="">https://yujin-00.github.io/</a>
</tr>
</table></li>
</h3></pre>
</blockquote>
</body>
</html>