This tag is not part of HTML3.2, and only supports MSIE3 and later kernels, so if you use a non-IE browser (such as Netscape) you may not be able to see some of the following interesting effects This tag is a container tagMarquee announcement scrolling codeThe simplest website announcement scrolling code, based on Marquee revolving lantern, scrolling vertically upwards, in Table form, can be used even if you don’t know CSS. Announcement scrolling JS code ·Welcome! ·More script codes from Script House... ·A learning source code website... ·If you have any suggestions, please submit them to us... ·Thank you very much for your frequent visits ·Thank you again and goodbye Tip: You can modify part of the code before running Syntax: < ;/marquee> The following is the simplest example: The code is as follows: Copy code The code is as follows: Hello, World The following two events are often used: onMouseOut="this.start()": used to set the mouse to continue scrolling when it moves out of the area onMouseOver="this.stop()" : Used to set the mouse to stop scrolling when the mouse moves into this area The code is as follows: Copy codeCode As follows: onMouseOut="this.start()": used to set the mouse to move out of the Continue scrolling in the area onMouseOver="this.stop()": used to set the mouse to stop scrolling when the mouse moves into the area This is a complete example: The code is as follows: Copy codeThe code is as follows: This is a complete example ffcod = delpost.runcode83 .value; ffcod = ffcod.replace(/<br \/>/g,''); delpost.runcode83 .value = ffcod;This tag supports up to 11 attributes: align Set the alignment of the tag content absbottom: absolute bottom alignment (with g, p Align to the bottom of the letter) absmiddle: absolute center alignment baseline: bottom line alignment bottom: bottom alignment (default) left: left alignment middle: middle alignment right : right alignment texttop: top line alignment top: top alignment The code is as follows: Copy code The code is as follows: align="absbottom": Absolute bottom alignment (aligned with the lowest end of letters such as g, p, etc.). align="absmiddle": Absolute center alignment. align="baseline": Bottom line alignment. align="bottom": Bottom alignment (default). align="left": Left aligned. align="middle": Middle alignment. align="right": Right aligned. align="texttop": Top line alignment. align="top": Top alignment. behavior Set the scrolling method: alternate: means scrolling back and forth between the two ends. scroll: means scrolling from one end to the other, and will be repeated. slide: means scrolling from one end to the other without repetition. The code is as follows: Copy the codeThe code is as follows: alternate: Indicates scrolling back and forth between the two ends. scroll: Indicates scrolling from one end to the other end and will repeat. slide: Indicates scrolling from one end to the other without repetition. bgcolor Set the background color of active subtitles. The background color can be set in RGB, hexadecimal value format or color name. The code is as follows: Copy the codeThe code is as follows: Set the background color of active subtitles bgcolor="#006699" Set the background color of active subtitles bgcolor="rgb(10%,50%,100%,)" Set the background of active subtitles Color bgcolor="red" direction Set the scrolling direction of active subtitles The code is as follows: Copy codeThe code is as follows: Set the scrolling of active subtitles Direction direction="down": Down Set the scrolling direction of active subtitles direction="left": To the left Set the scrolling direction of active subtitles direction="right": right Set the scrolling direction of active subtitles direction="up": Up height Set the height of the active subtitles The code is as follows: Copy codeThe code is as follows: Set the height of active subtitles height="500" width Set the width of active subtitlescode As follows: Copy the codeThe code is as follows: Set the width of active subtitles width="500" hspace Set the distance between the position of the active subtitles and the horizontal border of the parent containerThis controls the horizontal (horizontal) space around the display box. The code is as follows: Copy codeThe code is as follows: hspace= "100" vspace Set active subtitles The distance between the position and the vertical border of the parent containerThis controls the vertical space around the display box. The code is as follows: Copy code The code is as follows: hspace="100" loop Set the number of times to scroll. When loop=-1 means scrolling all the time, the default is -1 The code is as follows: Copy codeThe code is as follows: I will keep walking. I only walked twice scrollamount Set the scrolling speed of active subtitles in pixels The code is as follows: Copy codeThe code is as follows: scrollamount="10" < marquee scrollamount="20" >scrollamount="20" scrollamount="30" scrolldelay Set the delay time between active subtitles scrolling twice, unit millisecond (millisecond) A larger value will have the effect of a step-by-step pause The code is as follows: Copy codeThe code is as follows: scrolldelay= "10" scrolldelay="100" scrolldelay="1000" < ;/marquee>