The <form> Tags
<form action="#" method="..." id="..." class="..." > ... </form>
To include a form in a webpage, we must declare a form element section. This is simply accomplished by using the <form>...</form>
tags.
Between these tags will be separate “form elements” such as “text boxes” and “buttons” that we will discuss in the proceeding pages.
As with images, this element is useful because of the attributes within the tag. Visit the next pages to learn these attributes.
- Previous
- Next