Interview Question in Visual Studio 2005


 

Interview Question :: Html errors in visual studio 2005

I have placed the below codes in an html located in Visual Studio 2005. But it have two errors,

1. Element 'object' must be included within a parent element
2. Element 'embed' is not supported.

<object codebase="http://download.macromedia.com... width="480" height="640" title="Happy Birthday">
<param name="movie" value="scs happy birthday v2.swf"/>
<param name="quality" value="high"/>
<embed src="scs happy birthday v2.swf" quality="high" pluginspage="http://www.adobe.com/shockw... type="application/x-shockwave-flash" width="480" height="640"></embed>
</object>

So how could I solve it? Pls help. Thanks. 10 points.
by ksk