-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout-Me-HTML.html
More file actions
24 lines (19 loc) · 898 Bytes
/
About-Me-HTML.html
File metadata and controls
24 lines (19 loc) · 898 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>"About Me"</title>
</head>
<body><h1>Welcome to my page!</h1>
<p>I wrote this in HTML
<a href=https://code-you.org target= _blank rel= noopener noreferrer> Im a student at Code:You
</a>
<ul>
<li>I enjoy almost all kinds of music. I enjoy Rock music, The Beatles, Led Zepplin, Tool, Blues music, Enlly Blue, R&B music, SZA, Country music, Luke Combs, Pop music, Classical music</li>
<li> I grew up in Pleasure Ridge Park in Louisville Kentucky</li>
<li> I enjoy singing with no audience and would like to learn how to play guitar</li>
</ul>
<embed type="image/gif" src="https://code-you.org/wp-content/uploads/2023/07/codeyou-logo-wink.gif" alt="address of external file to embed"/>
</body>
</html