1=PROFILE PAGE
<!DOCTYPE html>
<html>
<head>
<title>My Profile</title>
<style>
body {background-color: skyblue;} // styles applied to body tag
h1 {color: blue;} // styles applied to h1 tag
p {color: red;} // styles applied to p tag
hr{ border: 10px solid red; }
</style>
</head>
<body>
<h1> Name : Matthew Christopher F. Tamon </h1>
<h1>My favorite app for entertainment </h1>
<hr>
<ol>
<li> Yotube
<li> Facebook
<li> Spotify
<li> Clip Studio
</lol>
<h1>My favorite Songs </h1>
<hr>
<ol>
<li> My Songs Know What You Did In The Dark by Fall Out Boy
<li> Runaway Baby by Bruno Mars
<li> Everything Goes On by Porter Robinson
<li> "Song Of The Dead" by KANA-BOON
<h1> About Me: </h1>
<hr>
<ol>
<li> My Zodiac Sign is Taurus
<li> My birth date is : March 23,2002
<li> I'm already 21 years old
<li> My pronvince is Negros Occidental
<h1> Links to you portfolio </h1>
<p> <a href="https://www.blogger.com/profile/01268179357834642588"> Blogger </a> </p>
<p><a href="https://www.youtube.com/channel/UCYIvyU6879UuFUHdoMuhGQg " target =
blank> Youtube Profile </a> </p>
</body>
</html>
preview:
Comments
Post a Comment