Quiero cambiar los estilos a la URL que llamé en el iframe
Pero no sé, ¡mi código no funciona de esta manera!
<!DOCTYPE html> <html> <head> <style> .clear-fix{ display:none; } </style> <title>HTML CSS JS</title> </head> <body> <iframe name="iframe" id="iframe" src="https://digikala.com" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 520px;"></iframe> </body> </html>Pero no es posible de esta manera.