🎓 How can we link our two html page ....? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

🎓 How can we link our two html page ....?

I am making a Facebook login page layout...... I want that when user click on "create new account " new page will open ...... is it possible if YES then HOW .....???

26th May 2017, 4:10 AM
#Happy@777
#Happy@777 - avatar
8 Answers
+ 13
I created a special code just for you. You can do this in two ways Firstly you can: -open Q&A Discussions -click post, then click insert code -search your code you want to add, then click to add -you will get a link, copy the link -come back to your code -paste the link in <a href="link"> tag. Secondly you can: -open your browser -type sololearn.com in address bar -after SL site opened, click log in -write your account email and password -after opened, search your code you want -open the code, click the address bar -copy the URL link -paste the link in your code with <a> tag For example: <a href="">/*Take the code you want to add, when selected touch the share button and say Copy to Clipboard*/My link to another page.</a> https://www.sololearn.com/Discuss/398214/?ref=app https://code.sololearn.com/WC959M79Pe9M/?ref=app
26th May 2017, 12:40 PM
Iwan
Iwan - avatar
+ 10
@retro you can...
26th May 2017, 12:38 PM
Iwan
Iwan - avatar
+ 6
Using the <a> tag or - onclick=window.open('link') event .
26th May 2017, 4:27 AM
Utkαrsh
Utkαrsh - avatar
+ 3
You need PHP. Go to study Sololearn PHP course first
26th May 2017, 4:35 AM
Calviղ
Calviղ - avatar
+ 3
Calvin then can we link 2 pages in code playground?
26th May 2017, 4:36 AM
_Retr0/-
_Retr0/- - avatar
+ 3
@_Retr0, you're right. There is no file reference to link it.
26th May 2017, 4:37 AM
Calviղ
Calviղ - avatar
+ 2
And yeah note one thing that U CANNOT DO it in code play ground
26th May 2017, 4:33 AM
_Retr0/-
_Retr0/- - avatar
+ 1
use php
26th May 2017, 9:01 AM
Jasper Diongco
Jasper Diongco - avatar