-
Notifications
You must be signed in to change notification settings - Fork 1
/
side hustle.html
55 lines (50 loc) · 1.6 KB
/
side hustle.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
<!DOVTYPE HTML>
<HEAD>
INTERNSHIP TASK
</HEAD>
<title> task 1 </title>
<body align="center" >
<h1> SIDE HUSTLE INTERNSHIP.</H1>
<P>
Name of intern:<b> TANTOH TELMAH </b><br>
Intern ID: SH-IT-50892<br>
<blockquote>
Best life quote: <i>"do what you have to do now, not tomorrow"</i>
</blockquote>
<img src="side.jpg" alt="My sister" height="150" width="150">
<b><i><p color="red"> MY LOVELY SISTER, MAUREEN</p></i></b><br>
</p>
<p>
<pre>
My tribute goes to my lovely sister called <i><b>MAUREEN</i></b>,<br>
she has been so kind to me without asking for anything in return<br>
and being there when i needed her the most. She might have her flaws but I love her.
</pre>
</p>
<p font size="4">
<tt><u>
We have so many memories together and i could neva forget<br>
her efforts in my life as i was growing up.
</u></tt>
</P><br><br>
<h5> SIDE HUSTLE FORM</h5>
<form>
<label for="fname">Firts name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="fname">Second name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="number"> Phone number:</label>
<input type="value" id="number" name="number"><br><br>
<label for="email"> Email:</label>
<input type="email" id="email" name="email"><br><br>
<label for="date"> Date:<?label>
<input type="date" id="date" name="date"><br><br>
sex:
<label for="sex"> female:</label>
<input type="radio" id="sex" name="female">
<label for="sex"> male:</label>
<input type="radio" id="sex" name="male"><br><br>
<label for="submit"></label>
<input type="submit" id="submit" name="submit"><br><br>
</form>
</body>