Dealing with iframes

Undestanding how to use iframes in a proper way

Iframes have a bad reputation in the web development world since some people claim it is vulnerable from a security perspective and others find it “dirty” to embed another document into a website. But Iframes are actually usefull in several situations, we just have to be thoughtful when implementing it. Below, I list some key aspects and characteristics of an Iframe, hoping it will somehow be useful to you (or to me in the future):

You can see more at this MDN article