Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Birdman003's Update 1g.html #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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>