What is an iframe and how it works? Technology Community › Category: HTML5 › What is an iframe and how it works? 0 Vote Up Vote Down VietMX Staff asked 4 years ago 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>