Search code examples
htmlframew3c

Frames in HTML 5


I realize that frame is removed in HTML5, and there must be great reason that they do it.

I wonder how to implement the same feature in HTML5.


Solution

  • You could either use <iframe> or try working with <object> tags. I used <object> once on a project that had to be HTML4 strict and it worked perfectly.