html EXERCISE NUMBER 1
PROFILE
html
<!DOCTYPE html>
<html>
<head>
<title>My Profile</title>
<style>
body {background-color: Skyblue;} // styles applied to body tag
h1 {color: black;} // styles applied to h1 tag
p {color: red;} // styles applied to p tag
hr{ border: 10px solid red; }
</style>
</head>
<body>
<h1> Name : EMMANUEL B UBALDO </h1>
<h1>My favorite Songs </h1>
<hr>
<ol>
<li> 2002 by edge sheeran
<li> centimeters by peggies
<li> thru these tears lany
<li> Gospel by panic at the disco
<li> Meant it Lany and Lauv
</lol>
<h2>My favorite Subjects </h2>
<ul>
<li> Web programming
<li> 3D modelling
<li> Drawing
</ul>
<h1> Links to your portfolio </h1>
<p> <a href="https://www.instagram.com/emmonztah/"> instagram </a> </p>
<p><a href="https://portaitart.blogspot.com/"> blogger </a> </p>
<p> contents of your portfolio </p>
<img src="INSTAGRAM PREVIEW.jpg" width="500" height"500" alt="instagram site">
<img src="PREVIEW BLOGGER.jpg" width="500" height"500" alt="blogger site">
</body>
</html>
Comments
Post a Comment