Prev Demo
Iframe Border
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Iframe border</title> </head> <body> <h2 style="color:navy"><i>Iframe with Border</i></h2> <iframe src="http://www.dotnetfunda.com" style="border:5px solid maroon;"></iframe> </body> </html>
Note: We DO NOT save your trial code in our database.
Output