Using Frame Divide The Web Page As Given
Practical : 7 Subject : Web Technology Aim : Using frame Divide the web page as following. Download Code: Frames.html <!DOCTYPE html> <html> <head> <title>Frames</title> </head> <frameset rows="25%,50%,25%" > <frame src="header.html"></frame> <frameset cols="40%,*"> <frame src="frame1.html"></frame> ...