How to show external website inside Visualforce page?

How to show external website inside Visualforce page?

Sample Code:

<apex:page sidebar=”false” >
    <apex:iframe height=”300″ width=”300″ src=”https://infallibletechie.com” scrolling=”true”/>
</apex:page>

Output:


Leave a Reply