Skip to main content

How to make moving / running text on Blog or website ( marquee and it's variations)

One of way to draw attention to a word or phrase in a blog or website is with using  variations to  that word or phrase. We can use  Marquee / running text (the movement of text from left to right or right to left, from top to bottom or bottom to top, also combined from those both variations).

Here is the html code for various variations on the marquee:

1• Moving from right to the left
<marquee> Text or phrase </marquee>
https://h0w2.blogspot.com
2• Moving from left to the right
 <marquee direction="right"> Text or phrase </marquee>

3• Moving from right to the left and from left to the right
 <marquee behavior="alternate"> Text or phrase </marquee>

https://h0w2.blogspot.com

4• Moving from bottom to top
<marquee direction="up">Text or phrase </marquee>

https://h0w2.blogspot.com
5• Moving fromTop to bottom
 <marquee direction="down">  Text or phrase </marquee>
https://h0w2.blogspot.com
6• Moving from bottom to top and from top to buttom
 <marquee behavior="alternate" direction="up">Text or phrase </marquee>

https://h0w2.blogspot.com
 7•  Moving  Zigzag
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">Text or phrase </marquee></marquee>
https://h0w2.blogspot.com
8• Marquee with colour in background
 <span style="color: white;"><marquee direction="left" style="background: RED;">Text or phrase</marquee></span>
https://h0w2.blogspot.com

9• Marquee with Border
<marquee style="border: BLUE 2px SOLID;">Text or phrase</marquee>
https://h0w2.blogspot.com


Tags : How to make moving text on Blog or website, variations of marquee

See Also :
• How To Enable Default Games in Windows 7 
• How To reduce picture / photo file size 
• How To Setting Gmail on Ms. Outlook 
• How To make Application Keyboard Shortcut
 

Popular posts from this blog

How to Enable Hyper Terminal In Windows 7

Hyperterminal Windows 7. Windows 7 Hyperterminal. Hyper terminal is used for data communication via serial port com or TCP/IP Winsock. Unfortunately on Windows 7, Windows 8 and Windows 10 we can't see anymore, even though many of us who still need it, and it is not the solution if we have to go back to Windows XP. The solution :

Vaio stuck on loading screen after upgrading to Windows 10

My Sony Vaio laptop model : VPCCA16FB with originally using Windows 7 operating system, then now I already upgraded it to Windows 10. All drivers are already installed for each device, everything is OK with this Windows 10 OS. The only problem is:  when I switch the laptop on or restarting it, after vaio logo appears then it stuck with blank screen and it takes about 2 minutes. After that, then it continues to loading Windows. After I googling about the problem, I am not only the one, other people also have the similar problem with their laptops. The cause is in the Ultra Low Power State (ULPS) system. ULPS is a feature or mode in hardware (graphics card) designed to save power by reducing energy consumption to very low levels. Now the problem is solved. If you have the same or similar problem, maybe this below step will help you too.

How to deny access to a drive in Windows 10

How to disable access to drives in Windows.  One of ways to  make disable access to drives in Windows (all Windows, Windows 10, Windows 8, Windows 7, also Windows server.. ), you can use Group policy editor . Below are  the steps: 1. Press Windows + R  (to open Run command ), write gpedit.msc at Run column, then hit Enter or click OK.