Source Code: Logan Peacock
<!DOCTYPE html>
<html>
<head>
<meta charset="UFT-8">
<title>USA</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="index">
<h1>The United States Of America</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="MoreDetail.html">Information</a>
<a href="California.html">California</a>
<a href="Texas.html">Texas</a>
<a href="Florida.html">Florida</a>
</nav>
<section id="index">
<h3>The United States Of America(USA) is a federal republic
located primarily in North America, comprising 50 states
and the district of Columbia</h3>
<img src="images/USA MAP.png">
<h1>The White House</h1>
<img src="images/White-House-Washington-DC.png">
<p>This is a little wedsite to inform you about the USA.</p>
<p>Warning! (Please keep in mind that I have never personaly
been to America before so i apologies for any
miss information and incorrect statments!)</p>
</section>
<footer>
© Logan Peacock 2025
</footer>
</body>
</html>