+ 3
How to link two web pages in sololearn
7 odpowiedzi
+ 3
Is it in html ?
+ 2
It is an inline frame used for displaying webpages within a webpage.
For using, <iframe src="web to display"></iframe>
Eg
<iframe src="https://www.sololearn.com" width="100px" height="100px"></iframe>
+ 1
Use iframe
+ 1
Akhilesh Chauhan
iframe is use to import a webpage within a webpage but it cannot be use to link two different pages. To go on another page you have to use anchor tag a which works as a link.
SoloLearn doesn't support multiple pages. You cannot work with multiple pages.
0
Yes
0
Can you tell it in detail what is iframe
0
1⃣ If you want to add a external web you need to use a href link in html.
2⃣Or if you want o use a web which you have create before.For that you need to click shear button and copy link of that code and use it for two link web page in sololearn.
----Thank you------