Utilisation d'Iframe
Parfois, nous devons intégrer une autre interface dans une page contenant
<!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>
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!