iFrames Part 2


Below is an example of the use of iframe elements in HTML. All we needed to do was specify the source (src) as the URL of this website, the width and height of the box. The actual code is shown below.

<iframe src="https://begincodingnow.com" width="1000" height="400"></iframe>