with iframe i embedded a page to my site like this.
<iframe src="https://www.w3schools.com" width="80%" height="200">
<p>Your browser does not support iframes.</p>
</iframe>
now w3schools.com uses w3-row w3-white w3-padding w3-hide-medium w3-hide-small class in header and i want to hide it in my page? How to perform this.?