Frames are used to divide your browser window into multiple sections where each section can load a separate HTML document.
To use frames on a page, we use frameset tag instead of body tag. The rows attribute defines horizontal frames and cols attribute defines vertical frames.
Example Code
How it Looks Like