How to add text filed in HTML ?
Answers
Answered by
6
We uses <input> tag with its '' type " attribute in order to specify the required filled type.
Here to add a text field we should use "text" specification.
For example,
< input type=" text "> :Name
Similar questions