Created
February 16, 2022 02:37
-
-
Save natafaye/c6bf940038e26000b1cc2d95aa4648b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
</head> | |
<body> | |
<nav> | |
<h1>Chairs</h1> | |
<ul> | |
<li><a href="#">Pricing</a></li> | |
<li><a href="#">Services</a></li> | |
<li><a href="#">Contact Us</a></li> | |
</ul> | |
</nav> | |
<main> | |
<div> | |
<img src="images/chair.jpg" width="400"/> | |
</div> | |
<div> | |
<p> | |
fdjskfldjsfkldsjfkdslfjdsklfjdsklfjdskfldsj | |
</p> | |
</div> | |
<div> | |
More content | |
</div> | |
</main> | |
<footer> | |
Copyright 2022 | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment