An inline frame is used to embed another document within the current HTML document. w3schools
<iframe> says "load and render this content here".
youtube, quando si sceglie "condividi (share)", tra le varie proposte c'e' anche "embed"; viene proposto il codice di un <iframe>, da inserire nel codice della propra pagina html.
es
<iframe width="560" height="315"
src="https://www.youtube.com/embed/tX6B-jnW0mg" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
wp/Iframe
Html import Html? esempio di possibile uso di <iframe>.