What tags are used to embed one html page inside another html page (without using frames)?
This is a discussion on What tags are used to embed one html page inside another html page (without using fr within the Web Development forums, part of the category; What tags are used to embed one html page inside another html page (without using frames)?...
What tags are used to embed one html page inside another html page (without using frames)?
Hello, Could you explain in bit details .. Thanks, Suji
The div tag can be used to embed one page inside the other page.
Example
Are there any techniques besides div? Frames gets very complicated and apparently isn't good design practice to right? Why is that so?