HTML Tutorial
Iframes
Embed another web page or resource inside the current page.
Iframes can display maps, videos, documents, or other web pages.
Use them carefully because embedded content can affect performance, privacy, and accessibility.
code
<iframe
src="https://example.com"
title="Example page"
></iframe>