I little thing that bugs me

A saw this on a topic:

How does this exactly work?

Because I noticed that when on HTML Basics…

Well, first you would need to understand what a iframe is. It renders a webpage, inside a webpage

You work inside the iframe in the lessons, which is fine for most things (almost everything will show in the output window on the right side of the lesson), but it can’t alter the title of the actual html page (codecademy), which means the title in the browser tab won’t change

What about this:

What is jsbin? Why can’t iframe do what jsbin does (title)?

Because jsbin doesn’t use an iframe so far i know. jsbin is a site (link), in which you can create bins, which allow you to share code easily (there are many of these sites, like codepen, jsfiddle and more)

Thank you :slight_smile: I’ll try it