LAB 2 HTML5 STRUCTURE ELEMENT

CODING HTML

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>
<img src="home1.jpg"width="1000"height="500"> 

<h3>Simple, decent, affordable housing</h3>

</h1>

<ul> <nav>
      <li><a href=>Learn more</a></li>
<li><a href=>Volunteer</a></li>
<li><a href=>Advocate</a></li>
<li><a href=>Donate</a></li>
</nav> </ul>

<h1> Our Mission </h1>

<p> Habitat for Humanity believes that every man and child should have a decent, safe and affordable placee to live. We build and repair houses all over the world uisng volunteer labour and donations. Our partner families purchase these houses through no profit, no interest mortgage, loans or innovative financing methods </p>

<img src="home2.jpg"width="1000"height="500">

<h1> Why We Build </h1>

<p> There are nearly 2 billion people around the world who live in the slum housing and more than 100 mikkion are homeless. Families left homeless by natural disasters, war and civil unset often face dire housing situations os they struggle to rebuild their lives. We provide shelter and housing assistance to help these families recover. </p>

<h1> Advocacy in Action </h1>

<p> Volunteer Amy miles lends her voice in support of Habitat's advocacy and Globle Village trips. Use the audio controls below to hear her stories.</p>
<h3> Build Your Community </h3>

<img src="home3.jpg"width="1000"height="500">

<p><a href=>Start today</a> to become the leaders of Habitat tomorrow!</p>

<a href=>Learn About Habitat</a> | <a href=>Where We Build</a> | <a href=>Support Habitat</a> | <a href=>Stories and Multimedia</a>


<p>
<div id="footer">&copy;2014 Habitat for Humanity &reg International. All rights reserved. "Habitat for Humanity &reg" is a registered service mark owned by habitat for Humanity International. Habitat &reg is a service mark of Habitat for Humanity International.</div>
</p>


</body>

THE RESULT :






</html>

Comments

Popular Posts