Computer Science, asked by sumitsaini4109, 1 day ago

Explain any two attribute that can be used with the input tag

Answers

Answered by ganesh08643
0

Answer:

1) type 2) placeholder

Explanation:

using type attribute we can say particular input field is text or area or select or radio button or checkbox,. Using placeholder we can give helper place holder in input field

ex : <input type='email' placeholder='Enter email"/>

Similar questions