What are Frame Tags in HTML?

HTML Frames are used to divide the web browser window into multiple sections where each section can be loaded separately. A frame set tag is the collection of frames in the browser window. It defines the particular area within an HTML file where another HTML web page can be displayed.

The iframe tag defines an inline frame, an inline frame is used to embed another html document within the current html document. **<iframe></iframe>** Inside the iframe tag we use source attribute (src).