Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Objects Embedded Elements

what is frameborder in an iframe?

When I copy an embed code from a youtube video, what does the frame border stand for?

One more thing, can a certain company make up HTML tags all by itself? and how do they do that?? And when Nick says that the <embed> tag doesn't exist, and it was made up by someone, what did he mean?

Those are the 2 questions I need an answer for... HAPPY ANSWERING!!!!

Scott Becker
Scott Becker
20,349 Points

The iframe border parameter creates a line that separates the inserted page (iframe), border=0 would allow it to be a seamless section (iframe) of any given web page

And no, no company can create their own HTML tags, "embed" is a tag added in HTML version 5, established by consensus of the World Wide Web consortium.