HTML | Marquee height attribute
The Marquee height attribute in HTML is used to set the height of marquee in pixels or percentage value.
Syntax:
<marquee height="px" >
Attribute value:
- px: Define the height value of marquee.
- %: Define the height value of marquee.
Example:
<!DOCTYPE html> < html > < head > < title >Marquee Tag</ title > < style > .main { text-align: center; } </ style > </ head > < body > < h1 style = "color:green; text-align:center;" > GeeksforGeeks </ h1 > < div class = "main" > < marquee height = 25px bgcolor = "Green" direction = "left" loop = "" > Left </ marquee > < marquee height = 50px bgcolor = "Green" direction = "right" loop = "" > Right </ marquee > </ div > </ body > </ html > |
chevron_right
filter_none
Output:
Supported Browsers: The browsers supported by HTML Marquee height attribute are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Apple Safari
- Opera