Please I have ably learnt of html and css and am able to build login forms with that | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please I have ably learnt of html and css and am able to build login forms with that

Pls I want to ask how can I link it to my homepage

21st Mar 2021, 9:30 AM
Nharnhar Qwophi
Nharnhar Qwophi - avatar
12 Answers
0
Please Interpret your question, your question is not clear
21st Mar 2021, 11:16 AM
Gautam Saxena
Gautam Saxena - avatar
0
ok please i mean i have learnt html and css,and due to that am able to create a login form.And i want to link my website which i also used html and css to create to my login forms
21st Mar 2021, 11:32 AM
Nharnhar Qwophi
Nharnhar Qwophi - avatar
0
According to you 'You have created a web page which have a login form now you want to use this login form in your website"?? Is it correct
21st Mar 2021, 11:34 AM
Gautam Saxena
Gautam Saxena - avatar
0
no i mean the login form is a source code file on its own and the webpage to is also a different source code file.then now i want to link the login source code to my webpage source code file through my submit bottom
21st Mar 2021, 11:40 AM
Nharnhar Qwophi
Nharnhar Qwophi - avatar
0
Okay got it I think you are very new to web development no problem. You want that when u click on 'submit' button on your login form then your webpage should open??
21st Mar 2021, 11:45 AM
Gautam Saxena
Gautam Saxena - avatar
0
yes
21st Mar 2021, 4:52 PM
Nharnhar Qwophi
Nharnhar Qwophi - avatar
0
Ok If you want to implement JavaScript also? Then it will be a different procedure. However just add 'action' attribute in 'form' tag and give your web page address as value of action attribute. For ex:- <form action="webpage.html"> </form>
21st Mar 2021, 5:02 PM
Gautam Saxena
Gautam Saxena - avatar
0
Please let me know if it worked
21st Mar 2021, 5:02 PM
Gautam Saxena
Gautam Saxena - avatar
0
ok boss
21st Mar 2021, 5:03 PM
Nharnhar Qwophi
Nharnhar Qwophi - avatar
0
but please were should i add it
21st Mar 2021, 5:05 PM
Nharnhar Qwophi
Nharnhar Qwophi - avatar
0
i mean the location inwhich i have to put the code
21st Mar 2021, 5:06 PM
Nharnhar Qwophi
Nharnhar Qwophi - avatar
0
You have used a <form> tag in your form source code you should use the action attribute there
21st Mar 2021, 5:08 PM
Gautam Saxena
Gautam Saxena - avatar