Entonces tengo una idea de crear un juego web y el jugador debe completar el nombre antes de comenzar el juego. y también cuando el jugador terminó el juego, quiero recompensarlo con un póster con su nombre, así que ya diseñé un póster con un espacio para poner su nombre, pero todavía no sé cómo hacerlo. aquí está mi código
let name = "Peter" body { text-align:center; } <body> <h1 id="thanks for playing" > Thanks for playing! </h1> <img id="img" src="https://images.unsplash.com/photo-1639353014154-8b9da8815d84?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80"> <br> /*------ There will be a name in the photo but idk how to do it ----------*/ <button> Download!</button> </body> </html>