Restaurant: cuina mediterrànea, creativa i de qualitat.
test
var iframe = document.getElementById(‘miIframe’);
var iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
// Obtiene el elemento del título en el iframe
var tituloEnIframe = iframeDoc.querySelector(‘h1’); // Ajusta el selector según la estructura de la página en el iframe
// Aplica CSS inline para cambiar el color de fondo
tituloEnIframe.style.backgroundColor = ‘blue’;