-
Notifications
You must be signed in to change notification settings - Fork 0
/
practice2.html
31 lines (26 loc) · 924 Bytes
/
practice2.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
<!DOCTYPE html>
<html lang="zn-tw">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>lockxuan's簡介</title>
<link rel="stylesheet" href="css/hw2.css">
</head>
<body>
<div>
<img id="me" src="me.jpg" alt="lockxuan">
<p id="profile">
<span>謝承軒</span>
</p>
<a id="fb" href="https://www.facebook.com/profile.php?id=100001425542090" target="_blank">contact me</a>
<p id="about">locking 🤙<br>
<span id="taiwan">Taiwan</span>
<br>
<span id="ig">IG: cheng_xuan</span> 💩 💩 💩
<br> My facebook -> press 👉contact me👈
<br><br><span id="tag">#B05505051 #謝承軒 #HW2 #html_x_css</span>
</p>
</div>
</body>
</html>