Applied Programming/GUI/static/index.html

From Wikiversity
Jump to navigation Jump to search

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>