An iframe enables embedding

An <iframe> (short for inline frame) in HTML is an element that makes it possible to embed another HTML document within the existing document. Many web page creators use it to design a frame or a window within a web page where external content, such as another webpage or media, can be displayed. The basic syntax for an <iframe> looks like this:

<iframe src=”URL” width=”width” height=”height” frameborder=”0″></iframe>

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *