Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- We've removed the JavaScript, so this example relies on the action page. --> <form action="/html/form_handler.cfm"> <input type="input" id="first_name" name="first_name" placeholder="First Name..."> <input type="submit" id="submit" value="Submit"> </form> <p id="msg"></p>