Home>Article>Web Front-end> How to change the wording of html submit button
How to change the wording of the html submit button: 1. Directly modify the value attribute, with code such as "onclick="getPasswd()" value="display "..."; 2. Modify the innerHTML of the button, with code such as "type="button" onclick...".
The operating environment of this article: Windows 7 system, HTML5 version, Dell G3 computer.
Modify the text displayed by button in html
1. 8e03557d3950bf880a2e4583affa2fab Implement password input box Visible and hidden
##You can directly modify the value attribute
密码:
2. bb9345e55eb71822850ff156dfde57c8 Implement video playback and pause
##Modify button’s innerHTML
3. innerHTML, innerText, outerHTML, outerTextinnerHTML is an attribute that complies with W3C standards. The use of other attributes is not recommended
The following are the corresponding results of the p
values ofid=innerId
[Recommended tutorial: "
html video tutorial》】【Recommended tutorial:CSS video tutorial】
The above is the detailed content of How to change the wording of html submit button. For more information, please follow other related articles on the PHP Chinese website!