HTML, Hell yeah!

Published November 7, 2015 by RAFrants

I have studied HTML using NotePad in high school before so this week’s exercise was easy for me, I re-learn what I have learnt before! I actually enjoyed it so much because I miss this! While Sir was teaching, I can’t help but smile at the memories of my high school life.

After grueling years I mean weeks of hard exercises, finally something lifted up my tired spirit! And it was HTML!

I enjoyed it so much that I tried having at least 100 lines with my code but I was short in time so I only achieved more or less 80 lines.

Here is my exercise: My Resume (but I removed some information to protect me and my family!)

<!DOCTYPE html>
<html>
	<head>
		<title>FERNANDEZ'S RESUME</title>
	</head>
	<body> <center>
	<h1> RESUME </h1>
	<p> <b> NAME:</b> FERNANDEZ, Renee Angela D. </p>
	<img src="https://fbcdn-sphotos-e-a.akamaihd.
net/hphotos-ak-xaf1/t31.0-8/704288_583385851675312_
79966253_o.jpg" height="350" width="300">
	</img>
	<h1> PERSONAL INFORMATION: </h1>
	<p> <b>AGE:</b> 18 years old		
<b>BIRTHDAY:</b> 1997 OCTOBER 02 </p>
	<p> <b>MOBILE:</b>	--    
<b>BIRTHPLACE:</b>	 Paranaque City, Philippines
	<p> <b>E-MAIL ADDRESS:</b> ---
	<p> <b>HOUSE ADDRESS:</b> <i>---</i>
	<p> <b>CURRENT ADDRESS:</b> <i>---</i>
	<table border="2">
	  <tr>
	        <th></th>
		<th> <b>FATHER</b> </th>
		<th> <b>MOTHER</b></th>
	  </tr>
	  <tr> 
		<td> <center>NAME </center></td>
			<td> <center>-- </center></td>
			<td> <center> --</center>
		</tr>
		<tr>
			<td><center>OCCUPATION </center></td>
			<td> <center>-- </center></td>
			<td> <center>-- </center></td>
		</tr>
		<tr>
			<td> <center>WORKPLACE </center></td>
			<td> <center>--- </center></td>
			<td> <center>--- </center></td>
		</tr>
	</table>
	<tr>
	<h2>EDUCATIONAL BACKGROUND:</h2>
	<table border="3">
		<tr>
		<th> <b>SCHOOL</b> </th>
		<th> <b>PLACE</b></th>
		<th> <b>HONORS</b></th>
		</tr>
		<tr> 
		<td> <center>KIDSLAND LEARNING CENTER </center></td>
		<td> <center>PARANAQUE CITY</center></td>
		<td> <center>SALUTATORIAN </center>
		</tr>
		<tr>
		<td><center>LOMBOSCO ACADEMY INC.</center></td>
		<td> <center>MUNTINLUPA CITY</center></td>
		<td> <center> FOURTH Honors</center></td>
		</tr>
		<tr>
		<td> <center>SOUTHERNSIDE MONTESSORI 
SCHOOL </center></td>
		<td> <center>MUNTINLUPA CITY</center></td>
		<td> <center>ELEVENTH Honors </center></td>
		</tr>
	</table>
	<h3> CHARACTER REFERENCES: </h3> </center>
	<left><p> <b>PAULA MILLARES</b></p>
	<a href="https://www.facebook.com/millarespam?fref=ts"> 
<img src= "https://scontent-nrt1-1.xx.fbcdn.net/hphotos-xat1
/v/l/t1.0-9/12079253_1240933269266205_2677164240411006760
_n.jpg?oh=9a50bc3db6ea1de940ccd3833e78cfdb&oe=568C33D3"
 height="100" width="100"> </img></a>
	<ul>
		<li> <u> RELATION: BESTFRIEND 
since HIGH SCHOOL</u> </li>
	</ul>
	<p> <b>CHARMAINE ARGANA</b> </p>
	<a href="https://www.facebook.com/cham.argana?fref=ts"> 
<img src= "https://fbcdn-sphotos-e-a.akamaihd.net
/hphotos-ak-prn2/v/t1.0-9/10352208_10202258892933
225_6845278552755058090_n.jpg?oh=d6122e0fa8c74ac4f
6f151c038b8a77c&oe=56BF242A&__gda__=1451836585_167
50f768a01ee071994db4f3b9dcd3e" height="100" width="100"> </img></a>
	<ul>
		<li> <u> RELATION: BESTFRIEND 
since HIGH SCHOOL</u> </li></left>
	</ul>
	<center>
	<h4> TOP THREE MOST VISITED WEBSITES: </h4>
	<p><b>YOUTUBE</b></p>
	<a href="http://youtube.com/"> 
<img src= "https://lh5.ggpht.com/jZ8XCjpCQWWZ5GLhb
jRAufsw3JXePHUJVfEvMH3D055ghq0dyiSP3YxfSc_c
zPhtCLSO=w300" height="100" width="100"> </img></a>
	<p><b>WATTPAD</b></p>
	<p><a href="https://wattpad.com/"> 
<img src= "https://lh6.ggpht.com/w_QycGXU5acuYl1
QLpsmgfBBNsCuQw5RMhUkJ5ohHkkxJrhjM74r-lUwM2gTMHQyMEM=w300"
 height="100" width="100"> </img></a></p>
	<p><b>FACEBOOK</b></p>
	<a href="http://facebook.com"> 
<img src= "http://growingsocialmedia.com/wp-content
/uploads/2014/11/download.jpg" height="100" width="100"> </img></a>

</center></body>
</html>

I hope you learned something from this blog! Yes you can borrow this code!

I know that I do not update my blog,  it is because I kept on forgetting my password!
I think I have reset my password for at least five times now! I am not overreacting but it is true!

Leave a comment