Skip to content

Commit

Permalink
Fix for attribute value (#33300)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezabet committed Apr 28, 2024
1 parent 01e7af5 commit 08db835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/html_dom_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ The HTML for the form looks like this:
<input type="text" id="userName" /> (*)
</p>
<p>
<label for="email">Email:</label>
<label for="userEmail">Email:</label>
<input type="email" id="userEmail" />
</p>
<input type="submit" value="Send" id="sendButton" />
Expand Down

0 comments on commit 08db835

Please sign in to comment.