How to write the html button: 1. Use the input tag, the syntax is ""; 2. Use the button tag, the syntax is "Button text".
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
How to write the html button:
##1. Use the input tag
<input type="button" value="保存"/>
Copy after login
According to different type attribute values, the input field has many forms. Input fields can be text fields, checkboxes, masked text controls, radio buttons, buttons, etc. A simple HTML form, including two text input boxes and a submit button:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn