Thursday, 3 April 2014

How to run a text vertically in html

How to run a text  vertically in html.
Here's the solution, you only have to paste the code given below as it is in the notepad

<html>
<head>Using marquee vertically</head>
<body>
<marquee direction="up" height="100%" ; align="right">
Your Text
</marquee>
</body>
</html>

No comments:

Post a Comment