HTML forms I

Derek Bridge

Department of Computer Science,
University College Cork

HTML forms I

Aims:

Forms

The form tag and its attributes

The input tag and the type and name attributes

Text entry fields

Reset buttons

Submit buttons

When the user presses submit…

…and behind the scenes

And then…

Handling a form

[Diagram that shows a form being requested and data being submitted]

Do we really need forms?