I write a html/css code, and find the <marquee>
and <span>
's layout is strange:
if <marquee>
is a inline element, the span
will on the right of the marquee
, but if I use the span
float right, it will like this:
So the <marquee>
is not a block element.
How does the <marquee>
display in html?