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