Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy iframe tag
<
/title
>
<
/head
>
<
body
>
<
iframe
src
="https://www.wikitechy.com/"
>
<
p
>
Browser not Supported.
<
/p
>
<
/iframe
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy iframe tag</title> </head> <body> <iframe src="https://www.wikitechy.com/" > <p>Browser not Supported.</p> </iframe> </body> </html>
Result