Articles → HTML → Iframe Tag In HTML
Iframe Tag In HTML
Purpose
Syntax
<iframe src="source"></iframe>
Example
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<iframe src="Page2.html"></iframe>
</body>
</html>
Output
Browser Support
| Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
|---|
| Yes | Yes | Yes | Yes | Yes | Yes |
| Posted By - | Karan Gupta |
| |
| Posted On - | Tuesday, November 1, 2016 |
| |
| Updated On - | Saturday, November 18, 2017 |