Explain with the help of an example the significance of having an attribute to a tag
Answers
Answer:
Exe type is not a attribute of form tag.
EXE is a file extension for an executable file format. An executable is a file that contains a program - that is, a particular kind of file that is capable of being executed or run as a program in the computer. An executable file can be run by a program in Microsoft DOS or Windows through a command or a double click.
The
tag is written as
with any number of form-associated elements nested between the start and end tags. The
tag usually has an action attribute specified (which specifies the page that will process the form). It can also have other attributes.
We used them so far in their simplest form, but most of the HTML tags can also have attributes, which are extra bits of information. An attribute is used to define the characteristics of an HTML element and is placed inside the element's opening tag