File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
myWork/02-HTML-Fundamentals Expand file tree Collapse file tree 1 file changed +41
-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+ < title > Section 2 - Challenge #2</ title >
6+ </ head >
7+ < body >
8+ < article >
9+ < header >
10+ < h2 > Converse Chuck Taylor All Star Low Top</ h2 >
11+ < img
12+ src ="images/challenges.jpg "
13+ alt ="Converse Chuck Taylor All Star Low Top "
14+ height ="250 "
15+ width ="250 "
16+ />
17+ </ header >
18+
19+ < h4 > $65.00</ h4 >
20+
21+ < p > Free shipping</ p >
22+
23+ < p >
24+ Ready to dress up or down, these classic canvas Chucks are an everyday
25+ wardrobe staple.
26+ </ p >
27+
28+ < a href ="# " target ="_blank "> More information →</ a >
29+
30+ < h3 > Product details</ h3 >
31+
32+ < ul >
33+ < li > Lightweight, durable canvas sneaker</ li >
34+ < li > Lightly padded footbed for added comfort</ li >
35+ < li > Iconic Chuck Taylor ankle patch</ li >
36+ </ ul >
37+
38+ < button > Add to cart</ button >
39+ </ article >
40+ </ body >
41+ </ html >
You can’t perform that action at this time.
0 commit comments