Create a web page which divides browser window into two vertical frames.
Frame on left should display two hyperlinks
Answers
Answered by
23
Answer:
Creating Frames
To use frames on a page we use <frameset> tag instead of <body> tag. The <frameset> tag defines, how to divide the window into frames. The rows attribute of <frameset> tag defines horizontal frames and cols attribute defines vertical frames.
Similar questions