-
Notifications
You must be signed in to change notification settings - Fork 1
/
mc.html
193 lines (168 loc) · 5.54 KB
/
mc.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<title>Welcome to my website</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color: brown;">
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Kemboi Alan</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">Skills</a>
</li>
<li class="nav__item">
<a href="#work" class="nav__link">Work</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="bx bx-menu"></i>
</div>
</nav>
</header>
<header>
<nav class="nav">
<div>
<a href="#" class="homelink" target="_self" rel="noopener noreferrer"> HOME</a>
</div>
<div class="navmenu " id="navmenu ">
<ul class="navlist ">
<li class="navitem ">
<a href="yangu.html " target="_self " rel="noopener noreferrer ">IMAGES</a>
</li>
<li class="navitem ">
<a href="about.html" target="_self " rel="noopener noreferrer ">ABOUT</a>
</li>
</ul>
</div>
</nav>
</header>
<img src="image/mercy.jpg " alt=" ">
<!--headings-->
<h1> I am Mercy an
</h1>
<!--paragraph-->
<p style="background-image:url(image/mercy.jpg) ">
Being a <strong>software Engineering</strong>student much is <em>effort is required</em>to make everything a success no need to give up in life. Love all who seems to hate you <br>no matter what all shall be well. best riends may disappoint you
</p>
<p style="background-color: blue; ">
Being a Kisii university student is such a blessing i have ever have I will never regret being enrolled her but its all awesome. you can join me in my school of choice <a href="http://google.com " target=_blank>this is the best decision you will ever maake by enrolling as a student here </a>
</p>
<!--lists-->
<ul>
<li>SOEN 220</li>
<LI>SOEN 211</LI>
<LI>COMP 102</LI>
<LI>SOEN 240</LI>
<LI>SOEN 203</LI>
<li>SOEN 202</li>
</ul>
<ol>
<li>SOEN 220</li>
<LI>SOEN 211</LI>
<LI>COMP 102</LI>
<LI>SOEN 240</LI>
<LI>SOEN 203</LI>
<li>SOEN 202</li>
</ol>
<!--tables-->
<table>
<thead>
<tr>
<th>name </th>
<th>reg number</th>
<th>email address</th>
<th>phone number</th>
<thead>
<tbody>
<tr>
<td>Mercy Chepkemoi kilel</td>
<td>IN16/00032/20</td>
<td>kilelmarcy@gmail.com</td>
<td>0768736227</td>
</tr>
<tr>
<td>Abraham Njihia Gikibi</td>
<td>IN16/00010/20</td>
<td>abrahamnjihia40@gmail.com</td>
<td>0793517119</td>
</tr>
<tr>
<td>Jane Adala</td>
<td>IN16/00069/20</td>
<td>janeadala@gmail.com</td>
<td>0794902726</td>
</tr>
</tbody>
</thead>
</tr>
</thead>
</table>
<br>
<hr>
<br>
<form action="process.php " method="POST ">
<DIV>
<label>First Name</label>
<input type="text ">
</DIV>
<br>
<div>
<label>Last Name</label>
<input type="name ">
</div>
<br>
<div>
<label>Email</label>
<input type="email ">
</div>
<br>
<div>
<label>message</label>
<textarea name="message "></textarea>
</div>
<br>
<div>
<label>Gender</label>
<select name="gender ">
<option value="male ">male</option>
<option value="female ">female</option>
<option value="other ">other</option>
</select>
</div>
<br>
<div>
<label>Birthday</label>
<input type="date " name="birthday ">
</div>
<br>
<input type="submit ">name="submit "value="submit ">
</form>
<!--button-->
<button>click me</button>
<!--image-->
<img src=" image/mercy.jpg " "alt=" ">
</a>
<!--quotation-->
<blockquote cite="http://traversymedia.com ">
where the imsge is from.
</blockquote>
<p>the <abbr title="World Wide Web ">WWW</abbr> IS AWESOME</p>
<p>HTML crash colour by mck </p>
<div style="margin-top: 500px; "></div>
</body>
</html>