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