+ 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 .....???
8 Respostas
+ 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
+ 10
@retro you can...
+ 6
Using the <a> tag or - onclick=window.open('link') event .
+ 3
You need PHP. Go to study Sololearn PHP course first
+ 3
Calvin then can we link 2 pages in code playground?
+ 3
@_Retr0, you're right. There is no file reference to link it.
+ 2
And yeah note one thing that U CANNOT DO it in code play ground
+ 1
use php