iframes are used to display other web pages within your web page. While this can be any web page, it is most often used to embed content from others sites (like videos from YouTube).
<iframe src="URL of content you want to display"></iframe>
It can also have height, width and border attributes.