+ 4
How to build a registration form in HTML?
<!doctype html> <html> <title>Registration form</title> <head></head> <body> </body> </html>
3 Answers
+ 3
thank you so much i got clarifications regarding this question.
+ 1
Maybe these lessons can help:
https://www.sololearn.com/learn/HTML/1035/
https://www.sololearn.com/learn/HTML/2904/
https://www.sololearn.com/learn/HTML/2216/
https://www.sololearn.com/learn/HTML/2217/
Use name, age and other relevant fields.
0
For html code
https://code.sololearn.com/WbCq34iIa9DA/?ref=app
For php code
https://code.sololearn.com/whtg3rZZx9uO/?ref=app