Marquee Tag with Upward And Rightside Direction
Code:
<html>
<head>
</head>
<body>
<!--Left To Right Marquee -->
<FONT SIZE="4" FACE="courier" COLOR=Red>
<marquee behavior="scroll" direction="left">
HEC on Thursday 23rd February announced rankings of Pakistani Universities,
in which University climbs up on 3rd position in category of Business Administration.
</marquee>
<!--Left To UP word Marquee -->
<form>
<marquee behavior="scroll" direction="up">
HEC on Thursday 23rd February announced rankings of Pakistani Universities,
<br> in which University climbs up on 3rd position in category of Business
<br> Administration.
</marquee>
</form>
</body>
</html>
Screen SHot:
Code:
<html>
<head>
</head>
<body>
<!--Left To Right Marquee -->
<FONT SIZE="4" FACE="courier" COLOR=Red>
<marquee behavior="scroll" direction="left">
HEC on Thursday 23rd February announced rankings of Pakistani Universities,
in which University climbs up on 3rd position in category of Business Administration.
</marquee>
<!--Left To UP word Marquee -->
<form>
<marquee behavior="scroll" direction="up">
HEC on Thursday 23rd February announced rankings of Pakistani Universities,
<br> in which University climbs up on 3rd position in category of Business
<br> Administration.
</marquee>
</form>
</body>
</html>
Screen SHot:
No comments:
Post a Comment