Hey there, We are Blossom Themes! We are trying to provide you the new way to look and use the blogger templates. Our designers are working hard and pushing the boundaries of possibilities to widen the horizon of the regular templates and provide high quality blogger templates to all hardworking bloggers!
Forms are used for collecting user information which may be for registration, payment etc. For example, in case of registration data such as name, email ID, phone number etc are required.
To create a form in HTML, tag is used.
Attributes of Form Element
Label Element
For creating a label we use label tag. Every label should be associated with an input element like input, select and textarea.
<dl>
<dt>Books</dt>
<dd>printed work consisting of pages glued along one side and bound in covers/dd
<dt>Pencil</dt>
<dd>a item used for writing</dd>
</dl>