HTML Iframe
HTML iframe tag start with <iframe> and end with </iframe>.
HTML Iframe Example
<!DOCTYPE html> <html> <body> <h2>HTML Iframe</h2> <iframe src="iframe.htm" height="200" width="300" style="border:none;"></iframe> </body> </html>
© copyright 2017-2022 Completedone pvt ltd.