HTML marquee width

Description: Define the Marquee width


Example
no width

<marquee bgcolor=cyan>marquee with no width</marquee>


marquee with no width
width=25%

<marquee bgcolor=cyan width=25%>marquee with no width</marquee>


marquee with 25% width
width=75%

<marquee bgcolor=cyan width=75%>marquee with no width</marquee>


marquee with 75%width
three marquee in row

<marquee bgcolor=red width=25%> one</marquee>
<marquee bgcolor=yellow width=25%> one</marquee>
<marquee bgcolor=pink width=25%> one</marquee>

one one one
 
Next: Start()

Marquee Tag Attribute
÷ Behavior
÷ Bgcolor
÷ Direction
÷ Height
÷ Hspace
÷ Loop
÷ Scrollamount
÷ Scrolldelay
÷ Vspace
÷ Width
÷ Start()
÷ Stop()