OLevel M2R5 Practical Questions

OLevel M2R5 Practical Questions

OLevel M2R5 Practical Questions  Hello Student welcome in careersknowlege.in.In this blog you will learn 3 OLevel M2R5 Practical Questions in details. Question 1- Write a HTML code to divide browser window into two horizontal frames and play different video in each frame. Ans- main.html Coding <html> <frameset rows=”*,*”> <frame src=”TopSection.html”> <frame src=”Bottom.html”> </frameset> </html> TopSection.html … Read more