Check out example codes for "what is iframe html". It will help you in understanding the concepts better.
Code Example 1
<div id="website_Within_Same_Webpage">
<iframe src="https://www.codegrepper.com"
height=200px width=100%>
</iframe>
</div>
Code Example 2
<iframe src="http://kidcreatorsteam.com" height="90px" width="40px"></iframe>
<!--I made an iframe! Yay! -->
Code Example 3
<iframe src="url" title="description">
Code Example 4
<iframe src="demo_iframe.htm" height="200" width="300"></iframe>
Code Example 5
<iframe src="https://www.w3schools.com"></iframe>
Learn ReactJs, React Native from akashmittal.com