mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-17 04:04:18 +02:00
accessibility updates throughout lessons
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
<h1>Practice your typing</h1>
|
||||
<div>Click start to have a quote displayed. Type the quote as fast as you can!</div>
|
||||
|
||||
<h2 id="quote"></h2>
|
||||
<h2 id="message"></h2>
|
||||
<p id="quote"></p>
|
||||
<p id="message"></p>
|
||||
<div>
|
||||
<input type="text" id="typed-value" />
|
||||
<input type="text" aria-label="current word" id="typed-value" />
|
||||
</div>
|
||||
<div>
|
||||
<button id="start" type="button">Start</button>
|
||||
|
Reference in New Issue
Block a user