Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h1>L'attribut referrerpolicy de l'iframe</h1> <iframe src="https://w3schools.com/" referrerpolicy="no-referrer"> <p>Votre navigateur ne prend pas en charge les iframes.</p> </iframe> </body> </html>