which element creates am inline frane
Answers
Answered by
0
Answer:
The HTML Inline Frame element ( <iframe> ) represents a nested browsing context, embedding another HTML page into the current one.
Answered by
0
HTML frames allow authors to present documents in multiple views, which may be independent windows or subwindows. Multiple views offer designers a way to keep certain information visible, while other views are scrolled or replaced. For example, within the same window, one frame might display a static banner, a second a navigation menu, and a third the main document that can be scrolled through or replaced by navigating in the second frame.
Similar questions