-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
42 lines (36 loc) · 966 Bytes
/
1.html
File metadata and controls
42 lines (36 loc) · 966 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>YEon's weB</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><a href="http://127.0.0.1:5500/과제1/1.html"><b class="title">SEO YEON'S WEB</b></a></h1>
<hr>
<div class="outer">
<div class="image">
</div>
</div>
<div>
<p>
<b style="color :fuchsia">안녕하세요!!</b><br>
이화여자대학교 컴퓨터공학과 21학번 <b class="myname">장서연</b>입니다!<br>
<div class="boxforcontext">
<b class="contexttitle">목차</b><br>
<ul>
<li>취미</li>
<li>좋아하는 음식</li>
<li>좋아하는 음악 + 추천음악</li>
</ul>
</div>
<br>
취미는 춤추기입니다<br>
마라탕을 좋아합니다<br>
재즈 음악을 좋아합니다.<br>
잘부탁드립니다<br>
</p>
</div>
<body>
</html>