How can I click on Where is All the Plastic Coming From and it takes me to a another HTML file. Plastic Pollution in our Environment Plastic Pollution in our Environment Where is All the Plastic Coming From Plastic Pollution What is being done to tacke the Plastic Problem? What CAN WE DO TO HELP
How can I click on Where is All the Plastic Coming From and it takes me to a another HTML file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Plastic Pollution in our Environment</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Sonsie+One" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Here is our main header that is used across all the pages of our website -->
<header>
<h1>Plastic Pollution in our Environment</h1>
</header>
<nav>
<ul>
<li><a href="#">Where is All the Plastic Coming From</a></li>
<li><a href="#">Plastic Pollution</a></li>
<li><a href="#">What is being done to tacke the Plastic Problem?</a></li>
<li><a href="#">What CAN WE DO TO HELP</a></li>
</ul>
<!-- A Search form -->
<form>
<input type="search" name="q" placeholder="Search query">
<input type="submit" value="Go!">
</form>
</nav>

Step by step
Solved in 5 steps with 2 images









