-
Notifications
You must be signed in to change notification settings - Fork 0
/
SemanticTags.html
28 lines (27 loc) · 995 Bytes
/
SemanticTags.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
<!DOCTYPE html><!-- Week 01 Assignment-->
<html>
<head>
<meta charset="UTF-8">
<title> Sopheary's Background</title>
</head>
<body>
<img src="https://media.licdn.com/media/p/4/000/181/3fa/289066b.jpg" alt="profile pic">
<h1> Biography: Sopheary Chiv</h1>
<article>
<p>
<ul>
<li><b>Name: </b>Sopheary Chiv</li> <br>
<li><b> Education: </b>Bachelor's Degree in Marketing, University of Washington, Bothell.</li><br>
<li><b>Career: </b> Marketing Specialist</li><br>
<li><b>Favorite Quote: </b>
<blockquote> <p>"<i>A journey of one thousand miles begins with a single step.</i>" ~ Confucius</p></blockquote></li>
</ul>
</p>
</article>
</body>
<footer>
<address>
<b>Email:</b> [email protected]
</address>
</footer>
</html>