iframe
iframe used to load or show another page with in the current page.
Syntax:
<iframe src="page soruce"></iframe>
Example:
<html>
<head>
<title>HTML Tutorial</title>
</head>
<body>
This page will let you know how to use a iframe. and how to give source to ifram,
and how it will be once it is loaded.
<h3>
Below is the iframe which loads the page "privacypolicy"</h3>
<iframe src="/privacypolicy"></iframe>
</body>
</html>
Output:
This page will let you know how to use a iframe. and how to give source to ifram,
and how it will be once it is loaded.
Below is the iframe which loads the page "privacypolicy"
Useful Tools
Online Code Editor and Compiler
HTML Minifier
Online HTML Compiler/Preivew
Word Count Tool
Replace Text/Word tool
Latest Blogs
How to check if a canvas is empty or blank
Maintain div or panel scroll position after postback in asp.net update panel
Draggable button using jquery ui
Get total number of tables, views, stored procedures and functions count and names in sql server
JavaScript function to get date in mmddyyyy hhmmss ampm forma