To define frames on a webpage, replace the <body> block of a standard web page with a <frameset>..</frameset> block. For each page you wan to simultaneously insert, add a <frame> element inside of the <frameset> element. To define the page to be loaded in each frameset, use the src attribute of each <frame> element.