Skip to content

Instantly share code, notes, and snippets.

@danielck
Created October 26, 2011 12:14
Show Gist options
  • Save danielck/1316175 to your computer and use it in GitHub Desktop.
Save danielck/1316175 to your computer and use it in GitHub Desktop.
<form>
Nimi: <input type="text" name="nimi" id="nimi" value="" />
Sähköposti: <input type="text" name="email" id="email" value="" />
Kommentti: <textarea name="kommentti" id="kommentti" cols="25" rows="3"></textarea>
<input type="submit" value="Lähetä" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment