File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
starter/02-HTML-Fundamentals Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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 →</ 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 >
You can’t perform that action at this time.
0 commit comments