Modifier Le code:
Voir Résultat »
Essayez-le vous-même - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
iframe
src
="/html/demo_iframe.htm"
style
="border:5px dotted red"
>
<
/iframe
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <iframe src="/html/demo_iframe.htm" style="border:5px dotted red"></iframe> </body> </html>