I have put an online compiler website inside my website, using an HTML iframe element. Basically, I want the user to compile and write code directly on my website, without opening a separate tab with the online compiler.
Now, I want to know if there is an option to "cut" a part of the website displayed by the iframe element inside my website. Somehow to restrict the user to seeing just the part of that website I want him to see.
I want to mention that I don't want to use any other methods, just the iframe element. Thanks :)