|
Ésta es la información principal (iframes.htm), que incluye los códigos de toda la página, listos para copiar y pegar:
<!DOCTYPE html> <html><head> <title> iframes </title> </head> <style type="text/css"> BODY { padding:0px; margin:0px; } </style> <body bgcolor="#FFEEAA"> <table> <tr> <td valign="top"> <iframe src="izquierdo.htm" name="left" width="200" height="655" style="border:0"> </iframe> </td> <td valign="top" width="75%"> <! Información principal> Ésta es la información principal (iframes.htm), que incluye los códigos de toda la página, listos para copiar y pegar. </td> <td valign="top"> <iframe src="derecho.htm" name="right" width="200" height="655" style="border:0"> </iframe> </td> </tr> </table> </body> </html> |