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> <h2>HTML Iframes</h2> <p>Vous pouvez utiliser les attributs height et width pour spécifier la taille de l'iframe :</p> <iframe src="demo_iframe.html" height="200" width="300" title="Iframe Example"></iframe> </body> </html>