Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: chetna on August 27, 2019, 01:33:27 AM

Title: What do you understand by Frames in HTML?
Post by: chetna on August 27, 2019, 01:33:27 AM
What do you understand by Frames in HTML?
Title: Re: What do you understand by Frames in HTML?
Post by: asad1997 on August 28, 2019, 01:23:15 AM
A-Frame in HTML is a technique that divides the content of a page onto several parts.  Search engines consider Frames as completely different pages and may have a negative impact on SEO. We should avoid the usage of Frames and use basic HTML instead.
Title: Re: What do you understand by Frames in HTML?
Post by: Appdeveloperdallas on August 28, 2019, 06:00:31 AM
HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document.
Title: Re: What do you understand by Frames in HTML?
Post by: RH-Calvin on August 30, 2019, 02:58:56 AM
A frame is a part of a web page or browser window which displays content independent of its container, with the ability to load content independently. The HTML or media elements that go in a frame may or may not come from the same web site as the other elements of content on display.
Title: Re: What do you understand by Frames in HTML?
Post by: sinelogixtech on August 31, 2019, 12:33:41 AM
Hi Friends,
In the context of a web browser, a frame is a part of a web page or browser window which displays content independent of its container, with the ability to load content independently. The HTML or media elements that go in a frame may or may not come from the same web site as the other elements of content on display.
Title: Re: What do you understand by Frames in HTML?
Post by: cityweb on February 18, 2020, 04:24:58 AM
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.