Saturday, December 29, 2018

Marquee In html source code with complete installation

HTML Tutorials for beginners this is marquee tag.

Please like comment and share this post and subscribe our blog

https://prowebmaking.blogspot.com/search/label/html


AttributeValueExplanation
Settings of the scrolling section
width=" "pixels or %size of the width
height=" "pixels or %size of the height
hspace=" "pixelshorizontal space
vspace=" "pixelsvertical space
bgcolor=" "color code
or name
background color (HTML Colors)
Settings of the movement
behavior=" "
(default is scroll)
scrollscrolling text
slidesliding text
alternatebounce back and forth
direction=" "
(default is left)
leftit moves left
rightit moves right
upit moves up
downit moves down
loop=" "
(default is infinity)
numbernumber of the loops
scrolldelay=" "
(default is 85)
milliseconds
(1/1000 of a second)
500 = half a second
sets the delay
(influences the speed of the scrolling)
high value = slow | low value = fast

Note:
Specify the truespeed attribute together when the value becomes 59 or less.
truespeedNote:
Specify this attribute together when the value of the scrolldelay attribute becomes 59 or less. (If this attribute is not specified, the value of 59 or less is not applied.)

Example:
<marquee scrolldelay="50" truespeed>scrolling text</marquee>
scrollamount=" "
(default is 6)
pixelssets the amount of movement
(influences the speed of the scrolling)
high value = fast | low value = slow


download marquee source code here