@RobinCW6
To use include an external webpage via iframe, you can create a new component. This new component will allow authors to configure the iframe url that will be presented to the page; this is because AEM sites do not provide an out of the box iframe component.
The expected HTML output will look something like this.
<iframe src="https://www.example.com" title="Example Website"></iframe>