Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLloading lazy decodingSingle-choice MCQ

On an <iframe>, what does loading="lazy" defer, and what is a requirement for it to work?

<iframe src="https://example.com/embed" loading="lazy"></iframe>