Marquee Tag in html
<marquee>
<marquee>
Tag
Attributes :
Loop : number of looping
Direction
: which side to
Direct properties : right , left ,up ,
down
behavior:
scroll (Default Scroll)
, slide , alternate
Hspace : use to display space both side
Height
: applying Height of marquee tag
Width : applying width of marquee tag
Scrollamount
: speed of marquee
tag
Style : styling of marquee tag
Code :
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<marquee Hspace=100 bgcolor=red Scrollamount=80 behavior=slide Direction=right ><h1>Coding Wala</h1></marquee>
</body>
</html>
video link : https://youtu.be/4VAjgStReOk
Comments
Post a Comment