I am here to ask you if there is a possible way on changing iframe's source code
for example i want google to iframe but changing the logo of google using my own code
i tried looking for it on here i tried this but that is not what i wanted,
here is an example of what i need
<html>
<head>
<title>Test HTML</title>
</head>
<body>
<h1>Hello there</h1>
<p>this is a test html</p>
</body>
</html>
this file is named iframe.html
so i want to iframe that file to index.html but i want in index to show it up like this
<html>
<head>
<title>Test HTML</title>
</head>
<body>
<h1>Hello there</h1>
<p>this is a <b>NOT</b> test html</p>
</body>
</html>