How can I create two pages in one slide | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How can I create two pages in one slide

9th Apr 2019, 2:03 AM
Mohamed Sayed Abdallah
3 Respostas
0
you can use frames for this <frameset cols="50%,50%"> <frame src="file1.html"> <frame src="file2.html"> I have kept here both frame sizes as 50% . u can change it how much u want . and also you can create how many frames u want .but the total percentage should be equal to 100
20th Apr 2019, 6:52 AM
Jagadam Abhijna Sri
+ 1
Thnx all
22nd Apr 2019, 12:57 AM
Mohamed Sayed Abdallah
0
Use Flexbox
9th Apr 2019, 4:18 AM
Aykut SaraƧ
Aykut SaraƧ - avatar