Jump to content

Applied Programming/GUI/static/index.html

From Wikiversity

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>