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 > Challenge #2</ title >
8
+ </ head >
9
+ < header > < h1 > Converse Chuck Taylor All Star Low Top</ h1 > </ header >
10
+ < body >
11
+ < img src ="./img/challenges.jpg " alt ="Sneaker shoes " height ="250 " width ="250 " >
12
+ < p > < strong > $65.00</ strong > </ p >
13
+ < p > Free shipping</ p >
14
+ < p > Ready to dress up or down, these classic canvas are an everyday wardrobe staple</ p >
15
+
16
+ < a href ="# "> More information →</ a >
17
+
18
+ < h2 > < strong > Product details</ strong > </ h2 >
19
+ < ul >
20
+ < li > Lightweight, durable canvas sneaker</ li >
21
+ < li > Lightly padded footbed for added comfort</ li >
22
+ < li > Iconic Chuck Taylor ankle patch</ li >
23
+ </ ul >
24
+
25
+ < button > Add to cart</ button >
26
+ </ body >
27
+ </ body >
28
+ </ html >
29
+ <!-- Height = 250
30
+ arrow html entity: &rarr -->
You can’t perform that action at this time.
0 commit comments