+ 1
How can we write application form (ECET,MCET etc) using HTML And what are the tags are used
2 Antworten
+ 1
Hi Tejavath Priyanka
You have use form tag.
Then inside form tag -> you can use other tags like label, input etc..
Label is used for labeling the input and giving more information about that input tag.
Input tag is used for take data from the user.
For more information, learn forms and input lessons from SoloLearn html lessons
https://www.sololearn.com/learn/HTML/1035/?ref=app
or google it.
Happy learning 😊😁
0
tq