-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10869753_Assignment_Final.html
87 lines (57 loc) · 3.8 KB
/
10869753_Assignment_Final.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<title> My Web Page </title>
</head>
<body>
<h1> Welcome To My Page </h1>
<img src="pp.jpg" alt="Profile Picture" >
<p>Hi, I am Ransford Gyasi. I am currently studying IT in Level 200 in the University of Ghana, having graduated from Achimota Senior High School. I just turned 19 on the 21st of October last year. My father is a retired banker, but is an acting judge. My mom, a nurse. They both love their profession.</p>
We are two brothers and two sisters. Being the eldest, I am the most responsible for my brothers and sisters. I am in charge to guide and take care of my other siblings. Cubing is my passion. I am an avid reader of fictional books as well. My favourite being Dune.
<p>I have a keen interest in video gaming too. I rarely use my personal computer and Mobile device for games, but I own a PS5 gaming console. I love to value my time for the good of my future. Friends often reflect who you are as a person. In fact, the circle of friends you chose to stay with, does define your personality and priorities. I am fortunate enough to have the best ever friends in my company.</p>
Tessy is my best friend. Though shes moved to another country, we still keep in touch almost everyday. She studies Biochemical Engineering in Canada
<p>I love time management and discipline in life. I have learned all of these value from my parents. My father is my true inspiration. He has groomed me like himself. I am quite inspired by him and that has been the single aim of my life to serve the people selflessly, as my father does.
Time is quite a precious commodity. One should exercise minimum care in utilizing one’s time. I have learned throughout all the years of my life, the good value of time and discipline. I love having the time management, sound strategy and clear cut goals in the life.</p>
<p>My life is full of experiments and achievements. I have got success many times and many times I have failed also. This all has truly taught me the importance of rising again and strike again. I continue to update myself to be the better version of myself. Although no one can be described in a few set of sentences. One need to have though command of oneself before going to write something about his life. That’s to say my life has become what is, an essence of all of my achievements and struggles. </p>
<p> To learn more about me, <a href="https://www.aaboutmee.com/">CLICK HERE!</a></p>
<div></div>
<h2> Below is a table containing my educational information </h2>
<table style="width=100%" border="1">
<tr>
<th>School</th>
<th>Course Offered</th>
</tr>
<tr>
<td>Achimota Senior High School</td>
<td>General Science</td></tr>
</tr>
<tr>
<td>University of Ghana</td>
<td>Bachelor of Information Technology</td>
</table>
<h3> <i> If youd like to keep in touch with me, provide the following:</i>
<form action="/action_page.php">
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
<label for="age">Age:</label>
<input type="text" id="age" name="age"><br><br>
<label for="num">Phone Number:</label>
<input type="text" id="num" name="num"><br><br>
<label for="gender"> Select your gender</label>
<select name="gender">
<option value="none" selected>Gender</option>
<option value="male">Male</option>
<option value="female">Female</option>
<option value="other">other</option>
</select>
<label for="id"> ID Type</label>
<select name="id">
<option value="passport" selected>Passport</option>
<option value="votersID">Voters ID</option>
<option value="studentID">Student ID</option>
</select>
<input type="submit" value="Submit">
</form>
</body>