Computer Science, asked by ramaniramesh4545, 2 months ago

write a Syntax of button attribute​

Answers

Answered by ameen8086
1

Answer:

The required attribute is a boolean attribute. When present, it specifies that an input field must be filled out before submitting the form. Note: The required attribute works with the following input types: text, search, url, tel, email, password, date pickers, number, checkbox, radio, and file.

Answered by ROCKYCEO
1

Answer:

Explanation:

Attributes

Attribute Value Description

formtarget _blank _self _parent _top framename Specifies where to display the response after submitting the form. Only for type="submit"

name name Specifies a name for the button

type button reset submit Specifies the type of button

value text Specifies an initial value for the button

Similar questions