<!DOCTYPE html> <html lang= "en" > <head> <meta http-equiv= "Content-Type" content= "text/html; charset=utf-8" /> <title> Lokesh chadha </title> <style type= "text/css" > html { overflow : auto ; } html , body , div , iframe { margin : 0px ; padding : 0px ; height : 100 % ; border : none ; } iframe { display : block ; width : 100 % ; border : none ; overflow-y : auto ; overflow-x : hidden ; } </style> </head> <body> <iframe id= "tree" name= "myiframe" src= "https://www.google.com/" width= "100%" height= "100%" ></iframe> </body> </html>