Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 228 Bytes

14.what-is-an-iframe-and-how-it-works.md

File metadata and controls

9 lines (6 loc) · 228 Bytes

14. What is an iframe and how it works?

An iframe is an HTML document which can be embedded inside another HTML page.

Example:

<iframe src="https://github.com" height="300px" width="300px"></iframe>