Look up iframes
for a native HTML solution – https://developer.mozilla.org/en-US/docs/HTML/Element/iframe
Alternatively, research using the jQuery .load()
function – http://api.jquery.com/load/. However, the functionality of this is limited by the same origin policy
solved Is it possible to use content of another website using jQuery? [closed]