An HTML iframe is used to display a web page within a web page. The <iframe> tag specifies an inline frame.
src - URL to embedwidth / height - dimensionstitle - accessibility description (required)frameborder - 0 removes borderallowfullscreen - enables fullscreenEdit the code below and click Run to see the result live.