Computer Applications
A form has two required attributes. These are :
- Method and Action
- Get and Post
- Start and Stop
- Begin and End
HTML Advanced Features
1 Like
Answer
Method and Action
Reason — The <FORM>
tag always takes two attributes — ACTION and METHOD.
ACTION attribute specifies any script URL that will receive uploaded data and METHOD specifies the method which will be used to upload data.
Answered By
3 Likes
Related Questions
Which are the ways to add a video file in a web page ?
- Linking via
<A>
- Embedding via
<EMBED>
- Embedding via
<VIDEO>
- All of these
- Linking via
Any tag allowed inside a
<body>
tag is allowed inside a<form>
tag.- True
- False
The
<input>
tag has several kinds of controls which are dictated by the …………… attribute.- SRC
- value
- name
- type
It is possible to set the width of a text by specifying a …………… attribute.
- limit
- size
- value
- maxlength