Applied Programming/GUI/static/index.html
Appearance
index.html
[edit | edit source]<form name="form" method="post" action"" >
<label for="name">Enter your name:</label>
<input name="name" type="text">
<input type="submit" value="Submit">
</form>