Computer Science, asked by password999, 10 months ago

How to add text filed in HTML ?​

Answers

Answered by Rememberful
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