Project Helloworld
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>
<h1>Hello World!</h1>
<br><br><br>
<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>
<ul>
moon/">The Moon</a></li>
</ul>
<hr>
<ol>
<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
</ol>
<hr>
<table>
<tr><th>Name</th><th>Radius</th><th>Average Temperature</th></tr>
<tr><td>Venus</td><td>6,052</td><td>460 °C</td></tr>
</table>
<hr>
<form action="http://space-facts.com/earth/">
</form>
!
</body>
</html>