a "landing "html ,the code is like this landing .html store
this is a "landing "html ,the code is like this
landing .html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>store </title>
</head>
<header class="container-1">
<a href="main.html" target="myFrame"><img src="images/logo.PNG" alt="logo" class="logo"></a>
<nav>
<ul>
<li><a href="main.html" target="myFrame">Home</a></li>
<li><a href="glass.html" target="myFrame">glass</a></li>
<li><a href="snack.html" target="myFrame">mouse</a></li>
<li><a href="mouse.html" target="myFrame">snack</a></li>
<li><a href="cart.html" target="myFrame">cart</a></li>
</ul>
</nav>
</header>
<main class="frame-style">
<iframe src="main.html" name="myFrame" allowfullscreen></iframe>
</main>
</body>
</html>
-----------wheni run it ,the result is like this
can someone help me do a css code ,make the webpage like this
title
main glass snack mouse cart
and the maip page shown in the web should be a full page .
when i click theother html in the link ,it should be open in another teb in the browser ,the landing page should be shown in the browser too .
Step by step
Solved in 2 steps with 1 images