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 trialshareyourpeace
3,244 PointsThis html is using object tags. Why ?
Where is this taught and explained ? Are there other tags that will work just as well ?
shareyourpeace
3,244 PointsThanks James. I forgot about the use for the tag but that is on me. I just didn't get that far into the course and the tag didn't seem necessary.
1 Answer
Omer Asadullah
10,415 PointsYour question isn't clear.
shareyourpeace
3,244 PointsCopy and pasting from within Treehouse screens on the ipad is tricky. I finally sorted out that I must actually open things in the Treehouse edit window to copy.. Sorry about that.
James Andrews
7,245 PointsJames Andrews
7,245 PointsThe
<object>
tag defines an embedded object within an HTML document. Use this element to embed multimedia (like audio, video, Java applets, ActiveX, PDF, and Flash) in your web pages. If the page you are looking at has an object and end object tag chances are it is emedding one of those in the list or something similar.