Marquee Repeat
Repeat:
Specifies how many times the text effect in the marquee is repeated. Possible values are Continuously or number of times that the text should get repeated.
Example:
Please check this in Internet Explorer ( IE )
OP:-
Code:
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5" loop="1">TECHSUM4U{FRIEND OF TECHNOLOGY}(Loop : 1)</marquee>
Infinite:
Example:
Code:
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5" loop="infinite">
TECHSUM4U{FRIEND OF TECHNOLOGY}(Loop : Infinite)</marquee>
0 Comments