da 03.Jul.20 at 09:03 <!DOCTYPE html> <html> <body> <h2>HTML Iframes</h2> <p>You can use the height and width attributes to specify the size of the iframe:</p> <iframe src="http://www.google.com" height="200" width="300" title="Iframe Example"></iframe> </body> </html>
da 03.Jul.20 at 09:02 <!DOCTYPE html> <html> <head> <!-- HTML meta refresh URL redirection --> <meta http-equiv="refresh" content="0; url=http://www.mydomain.com/new-page.html"> </head> <body> <p>The page has moved to: <a href="http://www.mydomain.com/new-page.html">this page</a></p> </body> </html>