-
Notifications
You must be signed in to change notification settings - Fork 0
/
Who is Kalkidan.html
150 lines (136 loc) · 6.64 KB
/
Who is Kalkidan.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!doctype html>
<html>
<head>
<meta charset="utf-16">
<title>Introduction to Kali</title>
<link rel="stylesheet" href="who is Kalkidan.css">
</head>
<body>
<div>
<h1>Let Us get to know me!</h1>
<h1>Name:-</h1>
<ul>
<h3>My given Name is Kalkidan Abebe</h3>
</ul>
<img src="C:\Users\xxxki\Dropbox\images\8.jpg" width="200"alt="the good Samartian" title="running with these is not recommended." style="float:right" class="circular">
<p2>My Nick Name is Kali I am a mother of two boys and I am a couragious, fearless, persistent, proative, exterovert person with good adoptability and growth mindset. In life I have passed through a lot of challenges but thank all of them I was able to overcome. and now I am working to be a Jr. web developer which I believe I will acomplish through persistence and hardwork.</p2>
<h1>My Favorite City:-</h1>
<ul>
<h3>Italy</h3>
</ul>
<h1>My Birthday:-</h1>
<ul>
<h3>I was born in Octber 29, 1980</h3>
</ul>
<h1>My Gender:-</h1>
<ul>
<H3>I am a proud woman</H3>
</ul>
<h1>My Hobbies:-</h1>
<ul>
<h3>I love to Read, Watch Movies, Hike, Star gazing</h3>
</ul>
<h1>My Special Skills:-</h1>
<ul>
<h3>I do know how to Drive Stick shift cars and trucks, I sing, cook different cultural dishes</h3>
</ul>
<a href="https://www.youtube.com/watch?v=6xx0d3R2LoU" target="_blank">Jesus is Lord_ Reckless Love</a>
</div>
<p>
The one thing that I always say and<a href='http://google.com' target='_blank'> want to tell the world about the love of Jesus</a> and to keep a positive mind, a positive vibe and your heads up at all times. At the end of the day life gives equal opportunity and time for all of us all. No one is where they are by chance except by hard work, perserverance, and prayer. So today Be encouraged in doing what needs to be done to take your lives trajectory to where it needs to lead.
</p>
<div>
<h1>Let us get to know me the shortest way possible!</h1>
<ol>
<h3>
<li>Name:- Kalidan Abebe</li>
<img src="C:\Users\xxxki\Dropbox\images\13.jpg" width="100"hight="150">
<li>Nickname:- Kali</li>
<li>Birthday:- October 29, 1979</li>
<li>sex:- Female</li>
<li>Special Skill:- Singing, cooking different cultural foods</li>
<li>Encouragement Message:- Keep a positive mind, and lift your heads up through it all</li>
<br>
</h3>
</ol>
</div>
<div>
<h1> let us get to know me with a table format</h1>
<table border="20">
<tr>
<th>Nickname</th>
<th>Nickname</th>
<th>Birthday</th>
<th>Sex</th>
<th>Hobby</th>
<th>Special Skill</th>
</tr>
<tr>
<td>Kalkidan</td>
<td>Kali</td>
<td>oct/29/1980</td>
<td>Femal</td>
<td>Reading</td>
<td>cooking</td>
</tr>
<tr>
<td>Kidus</td>
<td>Kidusu</td>
<td>Feb/21/2003</td>
<td>Male</td>
<td>Gaming</td>
<td>cooking</td>
</tr>
<tr>
<td>Caleb</td>
<td>Calebu</td>
<td>oct/24/2010</td>
<td>Male</td>
<td>Reading</td>
<td>Memorizing</td>
</tr>
<br>
<table>
<div>
<!--forms-->
<form action="process.php" method="post"><br> <br>
<lable> First Name</lable>
<input type= "text" name="firstName" placeholder="Enter first Name">
</div>
<br>
<div>
<lable> Last Name</lable>
<input type= "text" name="lastName" placeholder="Enter last name">
</div><br>
<div>
<lable>Email</lable>
<input type= "Email" name="Email">
</div><br>
<div>
<lable>Age</lable>
<input type= "number" name="Age"Value="3=">
</div><br>
<div>
<lable>Birth Day</lable>
<input type= "date" name="birthday">
</div><br>
<div>
<lable>Gender</lable>
<select name="gender">
<option value="Male">Male</option>
<option value="Female">Female</option>
</div><br>
<div>
<lable>Message</lable>
<textarea Name="message"></textarea>
</div><br>
<input type="submit" Name="submit" value="Submit">
</form><br>
<!--Button-->
<button>Click me</button>
<!--Image-->
<img src="C:\Users\xxxki\Dropbox\images\world.jpg" width='300' class="circular">
</table>
</div>
</body>
</html>