forked from upperlinecode/FixerUpper
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpart_three_a.html
More file actions
29 lines (29 loc) · 746 Bytes
/
part_three_a.html
File metadata and controls
29 lines (29 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Part One</title>
</head>
<body>
<h3> Products Page</hh3><div>
<ul class = "products_list">
<li <div class = "product">
<img alt = "product_one" src = "product_image1"></img>
<h3>Product Name</h3><p>Product Description</p>
</div>
</li>
<li> <div class = "product"> alt = "product_two" src = "product_image2"></img>
<h3>Product Name</h3>
<p>Product Description</p>
</div>
</li> <li>
<div class = "product">
<img alt = "product_two" src = "product_image2"></img>
<h3>Product Name</h3 <p>Product Description</p>
</div>
</li>
<ul>
</div>
</div>
</body>
<html>