Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Removing Borders from iFrame Using CSS</title> </head> <body> <iframe src="/examples/html/hello.html" style="border: none;"></iframe> </body> </html>