Prev Demo
HTML5
>
Iframes
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Iframe</title> </head> <body> <h2 style="color:red"><i>Iframe with width and height</i></h2> <iframe src="http://www.dotnetfunda.com" width="400" height="200"></iframe> </body> </html>
Note: We DO NOT save your trial code in our database.
Output