-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (48 loc) · 2.64 KB
/
index.html
File metadata and controls
49 lines (48 loc) · 2.64 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="jia_styles.css">
</head>
<body>
<h1>JIA MITTAL </h1>
<!-- Picture of Jia -->
<img src="https://scontent.fakl1-1.fna.fbcdn.net/v/t1.0-9/14695350_1227479830641844_5282717156614172633_n.jpg?oh=fb196f6895ed5d2e2bffc5cc4e26504f&oe=58E8E480" alt="My Picture" width="150" height="150">
<h2> <em> Welcome to my profile page!</em></h2>
<!-- Created links to information below -->
<hr><h3><pre>
<button><a href="#am"> About Me <a></button> <button><a href="#fil"> Food I Luv <a></button> <button><a href="#iif"> Interests I Follow <a></button> <button><a href="#mf"> My Friends <a></button> <button><a href="#mp"> My Parents <a></button></h3>
<hr>
<h2 id="am"> About Me</h2>
<h4>
I am 4.7 years old. I am daughter of Manmohan and Neha Mittal. My father is an engineer and mother is house wife. India is my home country.
I currently live in Wellington, New Zealand and study at<em> <a titel="Mount Cook School Wbsite" href="http://www.mtcook.school.nz/">Mount Cook</a></em> preschool.
</h4>
<h2 id="fil"><strong>Food I luv </strong></h2>
<h4>I luv Indian parathas. I am also very fond of ice-cream, chocolates and
that's why I often go to Waterfront. I eat lot of fruits and strawberry is my favorite one.</h4>
<h2 id="iif"><strong>Interests I Follow </strong></h2>
<h4>I like dancing, painting and swimming. I love to go my weekend swimming class.</h4>
<h2 id="mf"><strong>My Friends</strong></h2>
<h4> <strong>Lavanya and TJ </strong> are my best friends.
We have studied together in <em>Wellington South Kindergarten.</em></h4>
<h2 id="mp"><strong> My Parents</bold></h2>
<!-- Picture of My Father : Manmohan Mittal -->
<img src="https://scontent.fakl1-1.fna.fbcdn.net/v/t1.0-9/15589916_1520267194669946_7352511727436006730_n.jpg?oh=97955724287f2a7d853ce83dc867ef47&oe=58D91D10" alt="Manmohan Mittal" width="150" height="150">
<br><bold style="color:blue;"> Manmohan Mittal </bold>
<!-- Picture of My Mother : Neha Mittal -->
<br><img src="https://scontent.fakl1-1.fna.fbcdn.net/v/t1.0-9/15542337_1285778241478669_3115146001553706167_n.jpg?oh=63710fc52886d4e81b1ba925b2f5fe06&oe=58E2F39B" alt="Neha Mittal" width="150" height="150">
<br><bold style="color:blue;"> Neha Mittal </bold>
<h2>
<fieldset>
<legend>Post Your Comments</legend>
<!-- <input type="text" name="comments" size="200"> -->
<textarea name="message" rows="10" cols="50"></textarea>
<br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</fieldset>
</form>
</h2>
</body>
</html>