Description
<iframe> is an inline frame used to embed the html document in the current HTML document.
Its syntax is as follows
<iframe title="some description" src="url to load"></iframe>
Attributes height and width are used to provide the height and width to the <iframe>.
<iframe src="https://thegyanva.com/publication/mister_coder" description="Mr. Coder publication on Gyanva." height="400" width="350"></iframe>
Output :