HEIGHT


HEIGHT ATTRIBUTE sets how tall the marquee will be.

To change how tall the marquee is use the HEIGHT attribute to specify a new size in pixels or as a percentage of the Web browser window.
Changing the HEIGHT of a marquee will not change the size of the text in the marquee.
HEIGHT and WIDTH attributes set the dimensions of the marquee. Neither attribute is required the default value for HEIGHT and WIDTH is 100%.


Examples:

This code Will give you this:
<MARQUEE>Hello!</MARQUEE> Hello!
 
This code Will give you this:
<MARQUEE HEIGHT=100>Hello!</MARQUEE> Hello!
 
This code Will give you this:
<MARQUEE HEIGHT=200>Hello!</MARQUEE> Hello!


Back
My home page