22 lines
566 B
HTML
22 lines
566 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Dutch Treat</title>
|
|
</head>
|
|
<body>
|
|
<h1>Dutch Treat</h1>
|
|
<p>This is <strong>going</strong> to be a site <a href="http://microsoft.com">where</a> we can buy dutch artists merchandise.</p>
|
|
<div>
|
|
<img src="img/VanGogh.jpg" />
|
|
<h3>Mug</h3>
|
|
<ul>
|
|
<li>Price: $9.99</li>
|
|
<li>Artist: Van Gogh</li>
|
|
<li>Title:</li>
|
|
<li>Description: Self-portrait</li>
|
|
</ul>
|
|
<button>Buy</button>
|
|
</div>
|
|
</body>
|
|
</html> |