-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
311 lines (275 loc) · 13.1 KB
/
index.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="abbey ola">
<meta name="description" content="this contain all the things
i am learning in html">
<link rel="icon" href="html.png"
type="image/x-icon">
<link rel="stylesheet" href="main.css" type="text/css">
<title>my first web page</title>
</head>
<body>
<header>
<h1>My goals for the year</h1>
<nav aria-label="primary navigation">
<ul>
<li><a href="#html">learning html</a></li>
<li><a href="#vacation">planning for vacation</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
</header>
<hr>
<main>
<article id="html">
<section>
<h3>Html 5</h3>
<h2>i'm ready to learn HTML</h2>
<p>This is my first webpage</p>
<img src="img/download (2).png" alt="my picture" title="this is me" width="300" height="400">
<figure>
<figcaption>An example of Html 5 code</figcaption>
<p>
<code><h1>HELLO WORLD</h1></code>
</p>
</figure>
</section>
<section>
<h3>my daily schedule</h3>
<p>let me tell you how i</p>
<ol>
<li>..... i learn more about web dev</li>
<li>......i plan out my schedule</li>
<li>......i use resourses from <abbr
title="Mozilla developer network"><a href="https://developer.mozilla.org">MDN</a></abbr></li>
</ol>
<aside>
<details>
<summary>guess the <mark>numbers of hours</mark> i code per day</summary>
<p>i start at <time datetime="08:00"></time> 8am</time> and i write code for <time datetime="pt3h"> 3hours</time> every morning</p>
</details>
</aside>
<br>
<table>
<caption>My daily schedule</caption>
<thead>
<tr>
<th> </th>
<th scope="col">
Time
</th>
<th scope="col">
Activity
</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Morning</th>
<td>
<time datetime="08:00">8am</time>-
<time
datetime="11:00">11am</time>
</td>
<td>write code</td>
</tr>
<tr>
<th scope="row">Break</th>
<td>
<time datetime="11:00">11am</time>-
<time
datetime="12:00">12pm</time>
</td>
<td>Eat launch</td>
</tr>
<tr>
<th scope="row">Afternoon</th>
<td>
<time datetime="12:00">12pm</time>-
<time
datetime="17:00">17pm</time>
</td>
<td>Study for other course</td>
</tr>
<tr>
<th scope="row">Evening</th>
<td rowspan="2">All other times</td>
<td>Free time</td>
</tr>
<tr>
<th scope="row">Night</th>
<td>Sleep</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3">And thats what i do everyday, five days a week
just eat, sleep, code...and Recharge
</td>
</tr>
</tfoot>
</table>
</section>
</article>
<hr>
<article id="vacation">
<h2>i'm also planning a Vacation</h2>
<p>i live in <abbr title="kansas">ks</abbr> so i want to visit a beach</p>
<p>i've been working hard and really need a get away</p>
<section>
<h3>places i'll like to visit</h3>
<ul>
<li>
<p>i have learn good things about the carrebean</p>
</li>
<figure>
<img src="img/images (1) (17).jpeg"
alt="" title="carrebean" width="300" height="400">
<figcaption>
carrebean beach getaway
</figcaption>
</figure>
<li>
<p>i've learnt good things about going here:</p>
<address>
title="its 5'0 clock somewhere">
merseyside anfield road England united kingdom <br>
washington dc rivera road <br>
oke ilewo roundabout abeokuta
</address>
<figure>
<img src="img/images (1) (19).jpeg" alt="vacation">
<figcaption>
a carrebean vacation image
</figcaption>
</figure>
</li>
</ul>
</section>
<section>
<!-- this is a comment ja-->
<h3>place i'll like to avoid</h3>
<dl>
<dt>North pole</dt>
<dd>i hear this is <strong>cold</strong>!</dd>
<dt>South pole</dt>
<dd>This is also cold</dd>
<dt>Mountain tops</dt>
<dd>These are zero cold</dd>
</dl>
</section>
</article>
<hr>
<article id="contact">
<h2>Contact Me</h2>
<P>I'd really love to hear from you</P>
<form action="htts://httpbin.org/get" method="get">
<fieldset>
<legend>Your personal info</legend>
<p>
<label for="FirstName"></label>First-Name:</label>
<input type="text" name="FirstName" id="FirstName" placeholder="jane"
autocomplete="on" required>
</p>
<p>
<label for="LastName"></label>Last-Name:</label>
<input type="text" name="LastName" id="LastName" placeholder="doe"
autocomplete="on" required>
</p>
<p>
<label for="Password"></label>Password:</label>
<input type="password" name="Password" id="Password" placeholder="your secret"
required>
</p>
<p>
<label for="Phone"></label>Phone:</label>
<input type="tel" name="Phone" id="Phone" placeholder="555-555-5555"
pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}"
required>
<p>
<label for="Decade"></label>Favourite Decade:</label>
<input type="number" name="Decade" id="Decade" min="1960"
max="2020" step="10" value="1980">
</p>
<P>
<label for="cofee">Favourite cofee</label>
<select name="cofee" id="cofee" multiple size="5">
<optgroup label="coffees">
<option value="regular cofee">Regular cofee</option>
<option value="americanu" selected>Americano</option>
</optgroup>
<optgroup label="espresso Drinks">
<option value="cappuccino">cappuccino</option>
<option value="cortado">cortado</option>
<option value="iced cofee">ised cofee</option>
<option valu="latte">Latte</option>
</optgroup>
</select>
</P>
</fieldset>
<br>
<fieldset>
<legend>Do you have a pet</legend>
<p>
<input type="radio" name="pet" id="dog" value="dog">
<label for="dog">Dog</label>
</p>
<p>
<input type="radio" name="pet" id="cat" value="cat">
<label for="cat">Cat</label>
</p>
<p>
<input type="radio" name="pet" id="fish" value="fish">
<label for="fish">Fish</label>
</p>
<p>
<input type="radio" name="pet" id="other pets" value="other pets">
<label for="other pets">Other pets</label>
</p>
</fieldset>
<br>
<fieldset>
<legend>What is your Favourite Food</legend>
<p>
<input type="checkbox" name="Food" id="Tacos">
<label for="dog">Tacos</label>
</p>
<p>
<input type="checkbox" name="Food" id="cat">
<label for="cat">Cat</label>
</p>
<p>
<input type="checkbox" name="Food" id="fish">
<label for="fish">Fish</label>
</p>
<p>
<input type="checkbox" name="Food" id="other pets">
<label for="other pets">Other pets</label>
</p>
</fieldset>
<fieldset>
<legend>Send Me a Message</legend>
<label for="message">Your Message</label>
<br>
<textarea name="Message" id="Message" cols="30" rows="10" autofocus placeholder="enter your message"></textarea>
</fieldset>
<button type="reset">Reset</button>
<button type="Submit">Submit</button>
<button type="submit" formaction="about.html"></button>
</form>
</article>
</main>
<hr>
<footer>
<p>
< < < to learn more about me <a href="about.html">click here</a>
> > >
</p>
<p>
<a href="#">back to top</a>
</p>
</footer>
</body>
</html>