Our reflection about HTML is since it is used to create web pages that are displayed on the Chrome or Windows Internet Explorer. HTML is easy to code if you know the basic structure of HTML. HTML is interesting for us since web designing is new for us. HTML allows us to make simple web pages like slum book making it beautiful by adding background colors, make the font texts colorful, resizing the font text, and also adding our picture into the web page making it the background picture.
Here are the basic structure of making Slum book web page:
<html>
<title>Nedie’s Slumbook</title>
<center>
<img src=”C:\Users\Nomer\Desktop\nedie (2).jpg”>
<p Style=”font-size:60px;color:#581845″> MY SLUMBOOK</p>
<body bgcolor=”#FFA07A”>
<table>
<tr>
<td Style=”font-size:25;color:#581845″> PERSONAL INFORMATION:</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>Name:</td>
<td> Nedie P. Don</td>
</tr>
<tr>
<td> Nickname:</td>
<td>D.I, Neds, Neday</td>
</tr>
<tr>
<td> Birthday:</td>
<td>March 30, 2001</td>
</tr>
<tr>
<td> Age:</td>
<td>17 years old</td>
</tr>
<tr>
<td> Gender:</td>
<td>Female</td>
</tr>
<tr>
<td> Birthplace:</td>
<td>Sorsogon</td>
</tr>
<tr>
<td> Province:</td>
<td>Sorsogon</td>
</tr>
<tr>
<td> Address:</td>
<td>123 san Juan St. Brgy. Mayamot Antipolo Rizal</td>
<tr>
<td Style=”font-size:25;color:#581845″> KNOWING ME BETTER:</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
How many sibling do you have?:</td>
<td>2 including me</td>
</tr>
<tr>
<td> What is your favorite holiday?:</td>
<td>Christmas and New Year</td>
</tr>
<tr>
<td> What is your favorite color?:</td>
<td>Purple</td>
</tr>
<tr>
<td> Where do you want to travel?:</td>
<td>South Korea and England</td>
</tr>
<tr>
<td> Name 3 foods that would be hard to live without?:</td>
<td>Burger, Spaghetti and Adobo</td>
</tr>
<tr>
<td> Name 2 movies that you love?:</td>
<td>Sierra Burgess is a Loser and Midnight Sun</td>
</tr>
<tr>
<td> If you could pick 3 Careers in you life what would it be?:</td>
<td>Cabin Crew and Hotel Receptionist</td>
</tr>
<tr>
<td> If you had any super power what would it be?:</td>
<td>A power to stop the time</td>
<tr>
<td Style=”font-size:25;color:#581845″> GET ON MY EMOTIONS:</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>What makes you sad?:</td>
<td>Movies and Korean Dramas</td>
</tr>
<tr>
<td> What makes you angry?:</td>
<td>When someone or somebody ignored me and I don’t know the reason behind it</td>
</tr>
<tr>
<td> What makes you happy?:</td>
<td>Foods,Friends and Family</td>
</tr>
<tr>
<td> What makes you go back in time?:</td>
<td>Letters and Pictures</td>
</tr>
<tr>
<td> What makes you keep going?:</td>
<td>My family who never stop supporting me</td>
</tr>
<tr>
<td> Who is the person you wish you could go back in time and talk to?:</td>
<td>My Grandmother</td>
</tr>
<tr>
<td> Who is the last person you wanted to talk to everyday?:</td>
<td>Myself and my family in Bicol</td>
</tr>
<tr>
<td> Who is the person that makes you happy?:</td>
<td>God, Family, Friends and My crush</td>
</tr>
<tr>
<td> Who is the person that makes you sad?:</td>
<td>My family in Bicol</td>
</tr>
</center>
</table>
</html>


















