File tree Expand file tree Collapse file tree 2 files changed +34
-14
lines changed
starter/02-HTML-Fundamentals Expand file tree Collapse file tree 2 files changed +34
-14
lines changed Load Diff This file was deleted.
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 > Shoes Store</ title >
8
+ </ head >
9
+ < body >
10
+ < article >
11
+ < h2 > Converse Chuck Taylor All Star Low Top</ h2 >
12
+ < img
13
+ src ="https://i.ibb.co/Jr7Wh1d/challenges.jpg "
14
+ alt ="Chuck Taylor All Star Shoe "
15
+ width ="250 "
16
+ height ="250 "
17
+ />
18
+ < p > < strong > $65.00</ strong > </ p >
19
+ < p > Free Shipping</ p >
20
+ < p >
21
+ Ready to dress up or down,these classic canvas Chuck are an everyday
22
+ wardrove staple.
23
+ </ p >
24
+ < a href ="https://www.converse.com "> More information →</ a >
25
+ < h3 > Product details</ h3 >
26
+ < ul >
27
+ < li > Lightweight, durable canvas sneaker</ li >
28
+ < li > Lightly padded footbed for added comfort</ li >
29
+ < li > Iconic Chuck Taylor snkle patch</ li >
30
+ </ ul >
31
+ < button > Add to cart</ button >
32
+ </ article >
33
+ </ body >
34
+ </ html >
You can’t perform that action at this time.
0 commit comments