-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.html
68 lines (51 loc) · 2.16 KB
/
bio.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
<html>
<head>
<title>Profile</title>
<link rel="stylesheet" href="bio.css">
</head>
<body>
<div class="info">
<h1>Hello, I'm Sandra</h1>
<img width="50" height="50" src="joy.jpg">
<p> I would love to learn more on coding becoz i want it to be my Proffession.</p>
<p>I am so passionate about coding and i want explore more and more on it.</p>
<p>Thank you so much ETC for offering me this great opportunity.</p>
</div>
<div class="button">
<div>
<button class="button-1">Facebook<img src="images/fbicon.png" width="30px" height="30px"></button>
<button class="button-2">Twitter<img src="images/twitter.png" width="40px" height="30px"></button>
<button class="button-3">Github<img src="images/github.png" width="40px" height="30px"></button>
<button class="button-4">Instagram<img src="images/instagram.jpg" width="30px" height="30px"></button>
<button class="button-5">Whatsapp<img src="images/whatsap.png" width="30px" height="30px"></button>
<div class="paragraph">
<h2>Learn CSS Layout</h2>
<p> Having no layout whatsover is almost ok if all you want is one big column of content.</p>
</div>
</div>
<div class="paragraph-1">
<h2>Fronted Development</h2>
<p>Before we fix this problem, let's make sure we're clear on the very important display property.</p>
</div>
<h1>Html Form Users</h1>
<form>
First name:<br>
<input type="text" name="Firstname"><br>
Last name:<br><input type="text" name="Lastname">
</form>
<form>
Email address:<br>
<input type="text" name="Emailaddress"><br>
Password:<br>
<input type="text" name="Password"><b>
</form>
<ul>
<li>Apio Lilian</li>
<li>Akello Joan</li>
<li>Okullu Ronald</li>
<li>Olike Choudry</li>
<li>Ogwal Daniel</li>
<li>Nakatio Rebecca</li>
<body style="background-color: cadetblue"></body>
</body>
</html>