Skip to content

Instantly share code, notes, and snippets.

@aminou7
Last active April 28, 2017 18:55
Show Gist options
  • Save aminou7/ea5446738f4f230a3f9abb803bc59455 to your computer and use it in GitHub Desktop.
Save aminou7/ea5446738f4f230a3f9abb803bc59455 to your computer and use it in GitHub Desktop.
form
<form action="form_action.asp" method="get">
الاسم : <input type="text" name="fname" /><br />
الكنية : <input type="text" name="lname" /><br />
<input type="submit" value="إرسال" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment