Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>Complete the form then click the reset button.</p> <form> <input name="firstName" placeholder="First Name"> <input name="firstName" placeholder="Last Name"> <input type="reset" value="Reset"> </form> <hr> <p>More info: <a href="/html/tags/html_input_tag.cfm"><code>input</code></a>.</p>