your html is good
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>FRANCIS R BARRIOS</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<img src="header.png">
</div>
<div id="sidebar-left">
<img src="ads.gif"/>
</div>
<div id="sidebar-right">
<img src="ads.gif"/>
</div>
<div id="nav">
<li><a href="index.php">Home</a></li>
<li><a href="education.php">Education</a></li>
<li><a href="training.php">Training</a></li>
<li><a href="contact.php">Contact Me</a></li>
</div>
<div id="about">
<img src="about.png"/>
</div>
<div id="content">
<img src="franz2.jpg">
<h1 id="color">Biography</h1>
<p>Hi!! I am Francis Barrios, aspiring to be the best fullstack developer. Though the journey is still far, the experience are worthwhile.<br>
My main focus for now is HTML, CSS, and Javascript. Im currently learning web development at Udemy, W3school, Freecodecamp, Programming Forums, Facebook Groups, and many more.<br>
Which after I finish I'm sure that i will become a very good fullstack developer.</p><br>
<h1 id="style">PERSONAL INFORMATION</h1>
<h2>Address:|Barangay Malamin, San Juan, Ilocos Sur</h2>
<h2>Date of Birth:|June 9, 1995</h2>
<h2>Civil Status:|Single</h1>
<h2>Gender:|Male</h2>
<h2>Height:|5'7</h2>
<h2>Weight:|60Kg</h2>
<h2>Religion:|Roman Catholic</h2>
<h2>Skills:|HTML|CSS|Android Technician|Android Modding|Openline</h2>
</div>
<div id="footer">
<img src="footer.png"/>
<h1 id="footers">All Rights Reserved 2017© </h1>
</div>
<script type="text/javascript">
var nav = document.getElementById("nav");
nav.style.listStyle="none";
var color = document.getElementById("color");
color.style.color="red";
color.style.fontSize="30pt";
color.style.textAlign="center";
color.style.fontStyle="strong";
var style = document.getElementById("style");
style.style.color="red";
style.style.fontSize="30pt";
style.style.textAlign="center";
style.style.fontStyle="strong";
var footers = document.getElementById("footers");
footers.style.color="red";
footers.style.fontSize="30pt";
footers.style.textAlign="center";
</script>
<div style='text-align: right;position: fixed;z-index:9999999;bottom: 0; width: 100%;cursor: pointer;line-height: 0;'><a title="Hosted on free web hosting phc.onl/#forbidden#. Host your own website for FREE." target="_blank" href="https://www.phc.onl/#forbidden#/?ut...ium=website_franzkhy25&utm_content=footer_img"><img src="
You do not have permission to view the full content of this post.
Log in or register now." alt="www.phc.onl/#forbidden#"></a></div></body>
</html>