You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

27 lines
508 B

<html>
<head>
<title> Site do nuno </title>
<meta charset="utf-8">
</head>
<body>
<header>
<h1> FRUITS SHOP</h1>
<a href="./fruits-info/index.html">FRUITS INFO</a>
<hr/>
<header>
<main>
<div>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Red_Apple.jpg/280px-Red_Apple.jpg" />
<p> Apple </p> <a href="/after-purchase/index.html"><button type="button" >Buy an apple!</button></a>
</div>
</main>
<footer> FOOTER</footer>
</body>
</html>