-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestPage.html
More file actions
45 lines (42 loc) · 1.4 KB
/
Copy pathTestPage.html
File metadata and controls
45 lines (42 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My profile</title>
</head>
<body>
<main>
<h1>Welcome to My Profile</h1>
<div>
<h2>About me</h2>
<p>Name's Huynh, you can call me Gobble. I'm a gamer, gaming is my hobby.</p>
</div>
<div>
<h2>Interests</h2>
<p>I enjoy playing video games, especially action-adventure, rogue-like and RPGs.</p>
<h3>Favorite Games</h3>
<ul>
<li>The Legend of Zelda: Breath of the Wild</li>
<li>Red Dead Redemption 2</li>
<li>Cyberpunk 2077</li>
<li>Hades</li>
<li>Risk of Rain 2</li>
</ul>
<h4>Online Games</h4>
<ol>
<li>League of Legends</li>
<li>Valorant</li>
<li>Apex Legends</li>
</ol>
</div>
<div>
<h2>Image about my profile</h2>
<img src="ROR2.jpg" alt="ROR2 Image" width="300">
<img src="RDR2.jpg" alt="RDR2 Image" width="300">
<img src="CP2077.jpg" alt="CP2077 Image" width="300">
<a href="#main" target="back">Hank you for watching!</a>
</div>
</main>
</body>
</html>