-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (86 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frontend Journey</title>
</head>
<body>
<h1>Frontend Practice</h1>
<p> Welcome to my Journey to where on <a href="https://www.linkedin.com/learning/html-for-programmers/enhancing-your-web-developer-skills?resume=false&u=2056732">linkedin</a> I will conduct multiple practices to enhance my
skill on the foundation of frontend
</p>
<h2>Olympics</h2>
<p> My dream as a kid was to compete in the <a href="https://olympics.com/en/">Olympics</a> so I can represent in a way that is commendable to me</p>
<body>
<img src="IMG-8751.JPG" width="200" length="200" alt="My profile" />
<h3>Khalil Warner</h3>
<p>Raleigh,North Carolina</p>
<button>Add Me</button>
</body>
<body>
<div>
<div>
<div>
<h2>A track post</h2>
<p>Track is a key essential to the world as it brings in over 100 million in liquid revenue and gains attraction for sponsors
to reap postive benefits of. </p>
<span>Track</span>
<span>2 minute read</span>
</div>
<img src="IMG-4540.JPG" width="200" length="200" alt="This is a track image for the blog"
</div>
<style>
table, th, td {
border:3px solid green;
}
</style>
<body>
<h2>My frontend Schedule</h2>
<table style="width:100%">
<tr>
<th>Meeting</th>
<th>Lunch</th>
<th>Code Review</th>
</tr>
<tr>
<td>M-F</td>
<td>RedHat tower</td>
<td>Virtually</td>
</tr>
<tr>
<td>9:30, 10:30</td>
<td>12:00</td>
<td>End of day</td>
</tr>
</table>
<p>Heres is my version of a schedule</p>
<title> Here is my shoe service</title>
</head>
</body>
<form action="">
<div>
<div>
<h3> Recipient Details</h3>
<label for="recipient-name">Full name</label> <br>
<input type="text" id="recipient-name"> <br>
<label for ="recipient-telephone">Telphone Number</label> <br>
<input type="tel" id="recipient-telephone"> <br>
<label for="recipient-address">Address</label> <br>
<input type="text" id="recipient-address"> <br>
</div>
<h2>Sender Details</h2>
<label for="sender-name">Full Name</label> <br>
<input type="text" id="sender-name"> <br>
<label for="sender-email">Email Address</label> <br>
<input type="email" id="sender-email"> <br>
<div></div>
</div>
<div></div>
</form>
</html>
</body>
</html>