Menu

<!DOCTYPE html> <html> <head> <title>Menu</title> <meta charset="UTF-8"> </head> <body> <p align="center"> <a href="https://www.bing.com/?setlang=es" target="frame_bot"> <button >Navega </button> </a> <a href=".\hola.html" target="frame_bot"> <button >Inici </button> </a> <a href=".\adeu.html" target="frame_bot"> <button >Adeu </button> </a> </p> </body> </html>

Frame

<!DOCTYPE html> <html> <body > <iframe src=".\..\Act6\menu.html" width="800" height="200"> <!-- scrolling="no" height="200" width="800" --> <p>Your browser does not support iframes.</p> </iframe> <br> <iframe name="frame_bot" src="" width="800" height="400" scrolling="auto"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>