Skip to content

Commit db76bf4

Browse files
张欧文张欧文
张欧文
authored and
张欧文
committed
finish code cha 2
1 parent e764f09 commit db76bf4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<article>
11+
<h2>Converse Chuck Taylor All Star Low Top</h2>
12+
<img src="img/challenges.jpg" width="100" height="100" alt="图片炸了" />
13+
<p><b>$65.00</b></p>
14+
<p>Free shipping</p>
15+
<p>
16+
Ready to dress up or down, these classic canvas Chucks are an everyday
17+
wardrobe staple
18+
</p>
19+
<a href="#">More information &rarr;</a>
20+
<h3>Product details</h3>
21+
<ul>
22+
<li>Lightweight, durable canvas sneaker</li>
23+
<li>Lightly padded footbed for added comfort</li>
24+
<li>Iconic Chuck Taylor ankle patch</li>
25+
</ul>
26+
27+
<button>Add to cart</button>
28+
</article>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)