Iframe 사용
PIP 효과를 형성하기 위해 6c04bd5ca3fcae76e30b72ad730ca86d가 포함된 페이지에 다른 인터페이스를 삽입해야 하는 경우가 있습니다
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>Document</title> </head> <body> <html> <body> <h1>hello,world</h1> <a href="http://www.taobao.com" target="iframe1" >连接到taobao</A><br/> <a href="demo10.html" target="iframe1" >demo10.html</A><br/> <iframe name="iframe1" src="http://www.baidu.com" width="500px" height="400px" /> <iframe src="http://g.cn" width="400px" height="400px" /> </body> </html> </body> </html>
위 내용은 html iframe에 사용된 코드 예제 공유의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!