0 votes
in HTML by
What is an iframe and how it works?

1 Answer

0 votes
by

An iframe is an HTML document which can be embedded inside another HTML page.

Example:

<iframe src="https://github.com" height="300px" width="300px"></iframe>

Source: github.com/FuelFrontend   

...