diff --git a/1-exercise-solutions/lesson-01/1g.html b/1-exercise-solutions/lesson-01/1g.html index 6bc7c6c..f731f27 100644 --- a/1-exercise-solutions/lesson-01/1g.html +++ b/1-exercise-solutions/lesson-01/1g.html @@ -1,23 +1,24 @@ -<a href="https://amazon.com"> - Back to Amazon -</a> +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Document</title> +</head> +<body> +<pre> +<a href="https://www.amazon.co.uk" style="font-family: Georgia, 'Times New Roman', Times, serif;">Back to Amazon</a><br> -<p> - Nike Black Running Shoes -</p> +<p1 style="font-family: Georgia, 'Times New Roman', Times, serif;">Nike Black Running Shoes</p1> -<p> - $39 - in stock. -</p> +<p1 style="font-family: Georgia, 'Times New Roman', Times, serif;">$39 - in Stock.</p1> -<p> - Free delivery tomorrow. -</p> +<p1 style="font-family: Georgia, 'Times New Roman', Times, serif;">Free delivery tomorrow</p1> -<button> - Add to Cart -</button> +<button>Add to cart</button> <button>Buy now</button> + +</pre> -<button> - Buy now -</button> +</body> + +</html>