Home Web Front-end HTML Tutorial Summarize the usage examples of marquee tag

Summarize the usage examples of marquee tag

Jun 24, 2017 pm 02:07 PM
marquee introduce use Label

marquee implements scrolling effect (creates rolling text subtitles)

1.marquee supported attributes:

(1).behavior sets scrolling method:

< marquee behavior="alternate">I scroll back and forth</marquee>
<marquee behavior="scroll">I scroll repeatedly</marquee>
<marquee behavior="slide" >I do not scroll repeatedly</marquee>

(2).direction sets the scrolling direction:

<marquee direction="up">I scroll up</ marquee>
<marquee direction="down">I scroll down</marquee>
<marquee direction="left">I scroll left</marquee>
<marquee direction="right">I scroll right</marquee>

(3). Set the number of scrolls:

<marquee loop="-1" >I will keep scrolling</marquee>
<marquee loop="2">I will only scroll 2 times</marquee>


2.marquee Commonly used events:

<marquee onMouseOut="this.start()" >Scroll when the mouse moves out</marquee>

<marquee onMouseOver="this.stop()">Mouse Stop scrolling when moving in</marquee>

The above is the detailed content of Summarize the usage examples of marquee tag. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What software is crystaldiskmark? -How to use crystaldiskmark? What software is crystaldiskmark? -How to use crystaldiskmark? Mar 18, 2024 pm 02:58 PM

What software is crystaldiskmark? -How to use crystaldiskmark?

How to download foobar2000? -How to use foobar2000 How to download foobar2000? -How to use foobar2000 Mar 18, 2024 am 10:58 AM

How to download foobar2000? -How to use foobar2000

How to use NetEase Mailbox Master How to use NetEase Mailbox Master Mar 27, 2024 pm 05:32 PM

How to use NetEase Mailbox Master

How to use Baidu Netdisk app How to use Baidu Netdisk app Mar 27, 2024 pm 06:46 PM

How to use Baidu Netdisk app

BTCC tutorial: How to bind and use MetaMask wallet on BTCC exchange? BTCC tutorial: How to bind and use MetaMask wallet on BTCC exchange? Apr 26, 2024 am 09:40 AM

BTCC tutorial: How to bind and use MetaMask wallet on BTCC exchange?

Teach you how to use the new advanced features of iOS 17.4 'Stolen Device Protection' Teach you how to use the new advanced features of iOS 17.4 'Stolen Device Protection' Mar 10, 2024 pm 04:34 PM

Teach you how to use the new advanced features of iOS 17.4 'Stolen Device Protection'

How to use Thunder to download magnet links How to use Thunder to download magnet links Feb 25, 2024 pm 12:51 PM

How to use Thunder to download magnet links

How to use Xiaomi Auto app How to use Xiaomi Auto app Apr 01, 2024 pm 09:19 PM

How to use Xiaomi Auto app

See all articles