0% found this document useful (0 votes)
46 views4 pages

Project Helloworld

This document contains an HTML file that provides information about the Earth in a website. It includes headings, paragraphs, images, lists, tables, and a form to provide facts about the Earth's mass, diameter, satellites, composition, rotation, water coverage, and nearest planetary neighbors Mars and Venus. The purpose is to share key details about the planet Earth in an introductory webpage.

Uploaded by

nhiu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views4 pages

Project Helloworld

This document contains an HTML file that provides information about the Earth in a website. It includes headings, paragraphs, images, lists, tables, and a form to provide facts about the Earth's mass, diameter, satellites, composition, rotation, water coverage, and nearest planetary neighbors Mars and Venus. The purpose is to share key details about the planet Earth in an introductory webpage.

Uploaded by

nhiu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

HTML Project: project_helloworld.

html
!
!
!

<!doctype html>
<html>
<head>
<title>My First Website</title>

!
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="A jouney of a thousand miles begins with a
single step." />

!
!
</head>

!
<body>

<iframe src="helloworld.html" align="right"></iframe>

<h1>Hello World!</h1>

<h2>A few facts about the world we live in</h2>

<br><br><br>

<img src="images/earth.jpg" align="left" width="400" />

<p>Earth is the third planet from the Sun and is the largest of the

terrestrial planets. Unlike the other planets in the solar system that are named
after classic deities the Earths name comes from the Anglo-Saxon word erda
which means ground or soil. The Earth was formed approximately 4.54 billion
years ago and is the only known planet to support life.</p>

<hr>

<h3>About the earth</h3>

<ul>

<li><strong>Mass: </strong>5,972,190,000,000,000 billion kg</li>

<li><strong>Diameter at equator: </strong>12,756 km</li>

<li><strong>Satellites </strong><a href="http://space-facts.com/the-

moon/">The Moon</a></li>

<li><strong>Mass: </strong>5,972,190,000,000,000 billion kg</li>

<li><strong>Mass:</strong>5,972,190,000,000,000 billion kg</li>

</ul>

<hr>

<h3>Top 3 earth facts</h3>

<ol>

<li>The Earths rotation is gradually slowing.</li>

<li>A year isn't exactly 365 days, and the earth doesn't take 24

hours to rotate</li>

<li>70% of the earth's surface is water, and only one third of its

fresh water is unfrozen</li>


</ol>

<hr>

<h3>Earth's nearest neighbours</h3>

<table>

<tr><th>Name</th><th>Radius</th><th>Average Temperature</th></tr>

<tr><td>Mars</td><td>3,390km</td><td>-55 &deg;C </td></tr>

<tr><td>Venus</td><td>6,052</td><td>460 &deg;C</td></tr>

</table>

<hr>

<form action="http://space-facts.com/earth/">

<p>Want to know more?</p>

<p><input type="submit" value="Click Here!" /></p>

</form>

!
</body>
</html>

You might also like