HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML form Attribute

HTML form Attribute

 

 

The form attribute is used to specify the form the element belongs to. Its value must be equal to the id attribute of a form element in the same document.

 

Used With:-

 

Elements Attribute
button form
fieldset form
input form
label form
meter form
object form
output form
select form
textarea form

 

Syntax:-

 

Its syntax is:- < element form="value" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML