About iFrame
The iFrame is used to insert an inline frame into the body of a webpage. This is a very convenient method for inserting one webpage inside another webpage. An iFrame element displays content, including forms, images, multimedia, other frames, tables, etc. It is very important to understand that the only way to assign content to an iFrame is to assign a URL using the src attribute. Whatever content is displayable at the referenced URL will in turn be displayed inside the iFrame.
How to add iFrame to webpage?
1. Click Module -> HTML
2. Write below code in HTML Web Page Dialog box (If you want to embed MSN Home Page)
3. Replace http://www.msn.com with the target link. Attribute Details
Example (The output of above code):
Note: If the HTML box is large then resize accordingly.