Example of automatic stop effect after text scrolling

Example of automatic stop effect after text scrolling
The effect is very simple, just copy the following code to your own page and run it

Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Untitled Document</title>
</head>
<body>
<P align=left><MARQUEE height=293 behavior=slide width=550 loop=1 scrollAmount=1 scrollDelay=100><FONT style="FONT-SIZE: 18pt; FONT-FAMILY: 方正尧体; COLOR: #ea0000" color=#ff0000>
Code Scrolling
</FONT>
</MARQUEE></P>
</body>
</html>

<<:  MySQL Constraints Super Detailed Explanation

>>:  Teach you how to build Redis cluster mode and sentinel mode with docker in 5 minutes

Recommend

MySQL data compression performance comparison details

Table of contents 1. Test environment 1.1 Hardwar...

How to install and connect Navicat in MySQL 8.0.20 and what to pay attention to

Things to note 1. First, you need to create a my....

This article will show you how to use Vue 3.0 responsive

Table of contents Use Cases Reactive API related ...

How to make a div height adaptive to the browser height

This old question has troubled countless front-end...

Flash embedded in web pages and IE, FF, Maxthon compatibility issues

After going through a lot of hardships, I searched...

Analysis of a MySQL deadlock scenario example

Preface Recently I encountered a deadlock problem...

Example of using supervisor to manage nginx+tomcat containers

need: Use docker to start nginx + tomcat dual pro...

Randomly generate an eight-digit discount code and save it to the MySQL database

Currently, many businesses are conducting promoti...

Web form creation skills

In fact, the three tables above all have three ro...

How to view the storage location of MySQL data files

We may have a question: After we install MySQL lo...

Detailed explanation of Vue-Jest automated testing basic configuration

Table of contents Install Configuration Common Mi...

CSS3 animation – steps function explained

When I was looking at some CSS3 animation source ...