Skip to content

Instantly share code, notes, and snippets.

@felixrabe
Created October 20, 2012 13:52
Show Gist options
  • Save felixrabe/3923329 to your computer and use it in GitHub Desktop.
Save felixrabe/3923329 to your computer and use it in GitHub Desktop.
Formular
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>This is a form example</title>
</head>
<body>
<h1>This is a form example</h1>
<form action="" method="post">
<fieldset>
<legend for="aaa">hey</legend>
<input type="text" name="aaa"/>
</fieldset>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment