Skip to content

Commit 209f519

Browse files
Change Button Attribute to Role
1 parent ceb6198 commit 209f519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Introduction to HTML/Lesson 4/store.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>CART</h2>
9898
<span>$19.99</span>
9999
&lt;&gt;
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
&lt;&gt;
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>

0 commit comments

Comments
 (0)