mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-14 02:34:15 +02:00
accessibility updates throughout lessons
This commit is contained in:
8
5-browser-extension/solution/dist/index.html
vendored
8
5-browser-extension/solution/dist/index.html
vendored
@@ -18,12 +18,12 @@
|
||||
<h2>New? Add your Information</h2>
|
||||
</div>
|
||||
<div>
|
||||
<label>Region Name</label>
|
||||
<input type="text" required class="region-name" />
|
||||
<label for="region">Region Name</label>
|
||||
<input type="text" id="region" required class="region-name" />
|
||||
</div>
|
||||
<div>
|
||||
<label>Your API Key from tmrow</label>
|
||||
<input type="text" required class="api-key" />
|
||||
<label for="api">Your API Key from tmrow</label>
|
||||
<input type="text" id="api" required class="api-key" />
|
||||
</div>
|
||||
<button class="search-btn">Submit</button>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user