The form element
The <form> attribute that specifies the URL where the form data is sent when the user submits. Without it, data is sent to the current page URL.
What it does: action="/register" tells the browser to send the form data to /register. Without action, data goes to the current page. The input and button are both inside the <form> element. Only controls inside the form are included in the submission. action holds the destination URL for the form submission. href is used on <a> links, not forms. POST sends data in the request body - safer for passwords and large data. GET appends it to the URL. HTML tag names must be lowercase. <FORM> is non-standard - use <form>. method="get" appends form values to the URL (e.g. /search?q=hello), making searches shareable and bookmarkable.
Common mistakes: HTML tag names must be lowercase. <FORM> should be written as <form>. Attributes must be written inside the opening tag, not on a separate line. The method attribute belongs in the <form> opening tag: <form action="/login" method="post">.
Free printable worksheet with full answer key — or add this module to a journey and assign it to your class.
Take this worksheet further — free with Cloodit
Each concept is reinforced from every angle — learned, then applied, then tested.
Cloodit turns curriculum-aligned coding content into journeys students work through one biome at a time.
Over 100 of them, across seven natural biomes.
Turns their work into revision material ready for Flash Cards and Exam study.
Live, competitive practice for the start of the lesson or a teacher-led lesson finisher.
Honour your top performers, or encourage a student who's trying hard — ready to print in seconds.
Quick Questions
Match the Pairs
Key Term
actionFill in the Blanks
Spot the Error
Create a free class, add this module to a journey, and track who's stuck.
Create a free teacher account →No credit card. No setup fee. Make a class and invite students in under three minutes.
Practice this topic interactively, track progress, and unlock badges.
Start Learning Free →