Today I Learned - Rocky Kev

TIL the difference between embed and iframe

POSTED ON:

TAGS:

In my presentation slides for BangBangCon 2021, I wanted to be able to interact directly with a website within the slides themselves.

My kneejerk reaction was to reach for <iframe>.

But then I remembered <embed>. And there's also a <object> tag as well!

What is the difference?

NOTE: Much of the research and differences comes from html4 and html5, stuff from nearly a DECADE ago. So all the concerns about one or the other is kind of moot. When in doubt, just go straight <iframe>.

MDN notes

<iframe>

The HTML Inline Frame element (