HTML

Element "embed" is not Supported Error

Hi,

I embed a flash in my web page, but, it has an error said that

Validation: (XHTML 1.0 transitional) Element "embed" is not supported.

so what

I need to replace it? please help. The following is the code. Thanks.

<object width="600" height="400">
       <param name="movie" value="http://www.youtube.com/v/xHN8zGn28BA&hl=en_US&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1"/>
       <param name="allowFullScreen" value="true"/>
       <param name="allowscriptaccess" value="always"/>

Div Tag vs Span Tag

What is the difference between <div> and <span>.

Div is a block and span is an inline element. Please explain it with an example.

Syndicate content