I have a url and is it possible to view it contents? like an <img> tag just put the source on it and it display the image. Mine is like put the contents of a link in a <div> is that possible?
I have a url and is it possible to view it contents? like an
Share
You use an
<iframe>instead of a<div>: