Check out example codes for "iframe html". It will help you in understanding the concepts better.
Code Example 1
<iframe src="myURL" width="300" height="300" frameBorder="0">Browser not compatible.</iframe>
Code Example 2
<iframe src="http://kidcreatorsteam.com" height="90px" width="40px"></iframe>
<!--I made an iframe! Yay! -->
Code Example 3
<iframe src="iFrame link" title="iFrame title"></iframe>
Code Example 4
<iframe width="560" height="315" src="https://www.youtube.com/embed/owsfdh4gxyc" frameborder="0" allowfullscreen></iframe>
Code Example 5
<iframe src="url" title="description">
Code Example 6
<iframe src="https://www.w3schools.com"></iframe>
Learn ReactJs, React Native from akashmittal.com