3
I’m studying the tag iframe
HTML5, I saw that with it we can place websites and videos within a page. However, I did some testing, with PHP and HTML files. The only way that it worked out that the site I wanted was in the . html file and in the Edge browser.. What is the best way to imply sites within another?
Your question is too broad.
iframes
has numerous functions, and not just "put one site inside another"... If your "test" worked only on Edge, your code has problems. By the way,iframe
is something old and does not belong to HTML5. Good luck buddy!– Sam
IFRAME
Html5?– WMomesso
What alternative do you advise for this type of implementation
– cairoofelipe
I already used jquery load() . [ http://api.jquery.com/load/ ]
– Wilson Rosa Gomes