Possible Duplicate:
Are iframes considered 'bad practice'?
As far as practicality of application and what is considered "good" or "proper" practice in modern web development, is using the <iframe>
tag considered "acceptable"?
I'm aware that HTML5 has implemented some new attributes for this tag, but IIRC, <iframe>
has gotten some bad rep in the past.
Is this something that should be handled case-by-case, or is it best to try and avoid the usage of this tag despite HTML5s new support for it?