O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
<!DOCTYPE html> <html> <head> <title>Frameset Example</title> </head> <frameset rows="50%,50%"> <frame src="top.html"> <frame src="bottom.html"> </frameset> </html>
▶ Run Code
🖥 Output: