HTML
Element "embed" is not Supported Error
Submitted by vaibhav on Thu, 11/19/2009 - 01:11Hi,
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
Submitted by Vineet on Fri, 10/30/2009 - 16:36What is the difference between <div> and <span>.
Div is a block and span is an inline element. Please explain it with an example.