HTML iframe

An HTML iframe is a way to embed within a web page access to a separate web page on a different server.

This construct can be useful for making the results of Machine Learning performed via one website available to other websites.

Basic HTML code for embedding an iframe is as follows:

<iframe src="https://www.donkcowan.com/" height="1500" width="700"></iframe>

The iframe display using this code is shown below: