Skip to content

Instantly share code, notes, and snippets.

@tomasovic
Created January 14, 2017 20:20
Show Gist options
  • Select an option

  • Save tomasovic/aa4e5d66f90a3b2826542606e5885e77 to your computer and use it in GitHub Desktop.

Select an option

Save tomasovic/aa4e5d66f90a3b2826542606e5885e77 to your computer and use it in GitHub Desktop.
HTML Form
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Form</title>
</head>
<body>
<form action="first.html" method="post">
<input type="text" size="30"><br>
<input type="email" size="30">
<input type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment