suppose we have
<html>
<body>
<object width="435" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/SkPqgvQg3Mg"></object>
</body>
</html>
so after the youtube video gets loaded onto html page we get a new html page inside if we inspect element onto the video.
Now i want to style the inline html inside the object tag.
is there any way to do it??