HTML Iframes
To display a web page within a web page or a nested web page, the HTML Iframes are used. HTML Iframes are also known as Inline frames. As the name itself suggests, it defines an inline frame. Syntax: <iframe src=”URL”></iframe> Parameters: src: It is an attribute used to specify the URL. URL: It is used … Read more