Smaller webpages in webpage

I would like to build a webpage that has a grid of scaled webpages. In my first attempt to do so I quickly realize that will not work. The reason is that many websites have a feature built into their website that does not allow them to load in an iframe tag. So, my question is, how can this be done? No suggestion or idea is unwelcome. Thanks

What about having a grid of snapshot images of these other web pages, and when you click on one you’re just sent to that page. No iframe.

Is a snapshot static (only an image), or is it like a page archive and can be interacted with? Thanks so much

Well my thought was just a static image. Interacting with it sounds like the frame you originally had in mind, which as you say will not play well with certain sites.

I really appreciate the replies. We need the HTML page to have selectable text. However, for other ventures, I would not mind knowing how to take a snapshot of multiple sites. Could you tell me more? Thanks

I suppose it depends how many sites you plan to have on this grid. On Windows 10 I use a tool called “Screen Snip” which comes with Win10, and would just bring each site up, “snip” it, then save the image. If you were trying to automate this somehow, I suspect there would be some Javascript tool that you could implement to save steps. I’ve never looked for one though; you might find one via google.