File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
starter/02-HTML-Fundamentals/challenge-2 Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < header >
4
+ < title > Section 2 - Challenge #2</ title >
5
+ < meta charset ="UTF-8 ">
6
+ </ header >
7
+
8
+ < body >
9
+ < article >
10
+ < h2 > Converse Chuck Taylor All Star Low Top</ h2 >
11
+
12
+ < img alt ="Converse shoes. "
13
+ height ="250 "
14
+ src ="https://i.ibb.co/Jr7Wh1d/challenges.jpg "
15
+ width ="250 ">
16
+
17
+ < p > < strong > $65.00</ strong > </ p >
18
+ < p > Free shipping</ p >
19
+ < p > Ready to dress up or down, these classic canvas Chucks are an everday wardrobe staple.</ p >
20
+ < p >
21
+ < a href ="# "> More information →</ a >
22
+ </ p >
23
+
24
+ < h4 > Product details</ h4 >
25
+ < ul >
26
+ < li > Lightweight, durable canvas sneaker</ li >
27
+ < li > Lightly padded footbed for added comfort</ li >
28
+ < li > Iconic Chuck Taylor ankle patch.</ li >
29
+ </ ul >
30
+
31
+ < button > Add to cart</ button >
32
+ </ article >
33
+ </ body >
34
+ </ html >
You can’t perform that action at this time.
0 commit comments