0
How can we open one html file to another?
5 odpowiedzi
+ 4
<iframe src="https://www.sololearn.com"></iframe>
+ 3
You can shape it according to your needs by using tag attributes below:
https://www.w3schools.com/tags/tag_iframe.asp
0
but I don't want that scroll bars.....in my webpage
0
thanks...
- 1
use PHP to include one file in another. or just link them with <a href="next_page.html"> link text</a>