Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder 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 également utiliser les propriétés CSS height et width pour spécifier la taille de l'iframe :</p> <iframe src="demo_iframe.html" style="height:200px;width:300px" title="Iframe Example"></iframe> </body> </html>