File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Introduction to HTML/Lesson 4 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h2>CART</h2>
9898 < span > $19.99</ span >
9999 <>
100100 < input type ="number " value ="1 ">
101- < button type ="button "> REMOVE</ button >
101+ < button role ="button "> REMOVE</ button >
102102 </ div >
103103 < div >
104104 < img src ="Images/Album 3.png " width ="100 " height ="100 ">
@@ -107,15 +107,15 @@ <h2>CART</h2>
107107 < span > $9.99</ span >
108108 <>
109109 < input type ="number " value ="2 ">
110- < button type ="button "> REMOVE</ button >
110+ < button role ="button "> REMOVE</ button >
111111 </ div >
112112 < hr >
113113 < div >
114114 < strong > Total</ strong >
115115 < span > $39.97</ span >
116116 </ div >
117117 < div >
118- < button type ="button "> PURCHASE</ button >
118+ < button role ="button "> PURCHASE</ button >
119119 </ div >
120120 </ section >
121121 < footer >
You can’t perform that action at this time.
0 commit comments