Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions 1-exercise-solutions/lesson-01/1g.html
Original file line number Diff line number Diff line change
@@ -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>