In HTML code, when embedding content from another page, you can specify the page's URL using the src attribute.
src
For Example:
<iframe src="URL"></iframe>