-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindexnijeff.html
executable file
·41 lines (26 loc) · 1.3 KB
/
indexnijeff.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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Exercise 01</title>
<body>
<h1 style="color: #993300">My Name's Jeff!</h1>
<br><br><br>
<img class = "imageBorder" src="ownPic.jpg" alt="Profile Picture" style="width:300px;height:300px;">
<br><br><br>
<p><b><span class="textTitle">Name:</span></b> <span class="textInfo"> Jefferson Louise C. Basilio</span> </p>
<p><b><span class="textTitle">Nickname:</span></b><span class="textInfo"> Jeff</span></p>
<p><b><span class="textTitle">Student Number:</span></b><span class="textInfo"> 2015-13541</span></p>
<p><b><span class="textTitle">Email Address:</span></b><span class="textInfo"> jcbasilio1@up.edu.ph</span></p>
<p><b><span class="textTitle">Contact Number:</span></b><span class="textInfo"> 09391613334</span></p>
<br><br><br><br><br><br>
<p style="margin-left: 250px"><b><span class="textTitle">About Myself:</span></b>
<ul class="list">
<li>College student</li>
<li>18 years old</li>
</ul>
<p style="margin-left: 250px"><b><span class="textTitle">Course Expectations:</span></b>
<p style="margin-left: 360px; color: black">To learn web programming, utilize various resources and have fun.</p>
</body>
</head>
</html>