Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <form action="/html/form_handler.cfm" method="get"> First name: <input type="text" name="first_name" value="" maxlength="100" style="width:120px;" /> <br /> Last name: <input type="text" name="last_name" value="" maxlength="100" style="width:120px;" /> <input type="submit" value="Submit" /> </form>