-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathhtml.html
More file actions
110 lines (84 loc) · 2.03 KB
/
html.html
File metadata and controls
110 lines (84 loc) · 2.03 KB
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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset= "utf-8">
<a href="style.css"></a>
<title>My Profile Web Page</title>
<style>
img{
width: 300px;
height:300px;
}
nav a
{
padding: 10px 10px 10px 10px;
color: pink;
border: black 3px solid;
text-decoration: none;
}
nav a:hover
{
border:3px violet solid;
background-color: lightpink;
color:black;
}
</style>
<body>
<div id ="wrapper">
<header>
<img src="main.jpg" weight="200"height"200">
<h1>My Profile</h1>
</header>
<nav>
<p>
<a href="HOME">HOME</a>
<a href="NEWS">NEWS</a>
<a href="GALLERY">GALLERY</a>
<a href="ABOUT">ABOUT</a>
<a href="LOG IN">LOG IN</a>
</nav>
<MAIN>
<section>
<h2>Guianna Gwen I. Bautista</h2>
</section>
</MAIN>
</p>
<section>
Good things takes time,that why i'm always late.
-google
<hr color ="black">
<p>
<h3>Personal Information</h3>
<br>Nickname:Gwennie
<br>Age:19 years old
<br>Date of Birth: January 07,2000
<br>Place of Birth: Quezon City
<br>Mother's Name: Rhodora Pajarillo
<br>Father's Name: Guilbert Iguiban
</p>
<hr color="black">
<p>
<h3>Educational Background</h3>
<br>Elementary: Flores Integrated School
<br>Junior High School: San Jacinto National High School
<br>Senior High School: Jesus Dela Pena National High School
</p>
<hr color="black">
<p>
<h3>Hobbies and Interest:</h3>
<br> Makeup
<br>Reading Articles
<br>Doing Chores
<br>Craftings
</p>
<hr color="black">
<h3>Featured Images</h3>
<table>
<p>
<tr>
<td><img src="first.jpg"height"50"width"50"></td>
<td><img src="second.jpg"height"50"width"50px></td>
<td><img src="third.jpg"height"50"width"50></td>
</tr>
</p>
</table>