Ver Mensaje Individual
  #8 (permalink)  
Antiguo 01/07/2012, 22:11
Avatar de fjrueda
fjrueda
 
Fecha de Ingreso: marzo-2008
Ubicación: Bucaramanga
Mensajes: 313
Antigüedad: 16 años, 9 meses
Puntos: 35
Respuesta: .html dentro de zeldas

tyronepik ..... que es lo dificil de esto ??
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Documento sin título</title>
  5. </head>
  6. <iframe src="http://www.google.com" width="500" height="500" scrolling="auto"></iframe>
  7. <iframe src="http://www.yahoo.com" width="400" height="400" scrolling="auto"></iframe>
  8. <iframe src="http://www.forosdelweb.com" width="100%" height="700" scrolling="auto"></iframe>
  9. </body>
  10. </html>

Intentelo y me cuenta ....