marquee parameters include direction, behavior, speed, scrolldelay, width, height, bgcolor, cursor, id, align, noresize, nohover, loopcount, bgcolorcolor, scrollamount and vspa.
Marquee is an HTML tag used to create a scrolling text or image. It has many parameters that can be used to control the direction, speed, number of cycles, etc. of scrolling. Below is marquee Common parameters of tags and their usage:
1, direction
direction parameter is used to specify the direction of scrolling. It has three optional values: left, right and up. The default value is left, which means the text scrolls from left to right; set to right When set to up, the text scrolls from right to left; when set to up, the text scrolls from bottom to top.
2. behavior
behavior parameter is used to specify the behavior of scrolling. It has two optional values: scroll and loop. The default value is scroll, which means the text will continue to scroll; set to loop , the text will stop after scrolling to the bottom of the page, then return to the top of the page and start scrolling again.
3. speed
The speed parameter is used to specify the scrolling rate. It is a numerical value that represents the speed of scrolling. The larger the value, the faster the scrolling speed. For example, set speed to 10 means the text will scroll at a slower speed; setting speed to 20 means the text will scroll at a faster speed.
4. scrolldelay
scrolldelay parameter is used to specify the scroll delay time. It is a numeric value that indicates how long each scroll pause is. The larger the value, the slower the scrolling speed. For example, set scrolldelay to 100 means each scroll pauses for 100 milliseconds; setting scrolldelay to 200 means each scroll pauses for 200 milliseconds.
5. width
The width parameter is used to specify the width of the scroll area. It is a numeric value that represents the width of the scroll area. For example, setting width to 300 means that the scroll area width is 300 pixels.
6. height
The height parameter is used to specify the height of the scroll area. It is a numerical value that represents the height of the scroll area. For example, setting height to 100 means that the scroll area height is 100 pixels.
7, bgcolor
The bgcolor parameter is used to specify the background color of the scroll area. It is a color value that represents the background color of the scroll area. For example, set bgcolor to red means that the background color of the scroll area is red.
8, cursor
The cursor parameter is used to specify the cursor style when the mouse is hovering over the scroll area. It has three optional values: default, wait and none. The default value is default means that the cursor is an arrow when the mouse is hovering; when set to wait, the cursor is a wait icon when the mouse is hovering; when set to none, the cursor is nothing when the mouse is hovering.
9, id
The id parameter is used to specify the ID of the marquee element. It is a string representing the ID of the marquee element. For example, setting the id to my-marquee means The marquee element has the ID my-marquee.
10. align
The align parameter is used to specify the alignment of scrolling text in the scrolling area. It has three optional values: left, center and right. The default value is left, means the text is aligned on the left edge of the scrolling area; when set to center, the text is aligned in the middle of the scrolling area; when set to right, the text is aligned on the right edge of the scrolling area.
11. noresize
The noresize parameter is used to specify whether the scroll area is resized as the browser window size changes. It has two optional values: true and false. The default value is false, indicating that the scrolling area will be resized as the browser window size changes; when set to true, the scrolling area will not be resized as the browser window size changes.
12. nohover
The nohover parameter is used to specify whether mouse hovering affects scrolling. It has two optional values: true and false. The default value is false, which means scrolling will pause on mouseover; set to When true, mouseover will not affect scrolling.
13. loopcount
The loopcount parameter is used to specify the number of scrolling loops. It is a numeric value that represents the number of scroll cycles. For example, setting loopcount to 5 means the text will scroll 5 times.
14, bgcolorcolor
bgcolorcolor parameter is used to specify the color of the scrolling background color. It is a color value that represents the color of the scroll background color. For example, set bgcolorcolor to red means that the scrolling background color is red.
15. scrollamount
The scrollamount parameter is used to specify the distance the text moves each time it is scrolled. It is a numeric value that represents how far the text moves each time it is scrolled. For example, set scrollamount to 10 means the text moves 10 pixels each time you scroll.
16, vspace
The vspace parameter is used to specify the vertical spacing between scrolling text. It is a numeric value that represents the vertical spacing between scrolling text. For example, set vspace to 10, indicating the vertical spacing between scrolling text.
The above is the detailed content of What are the marquee parameters?. For more information, please follow other related articles on the PHP Chinese website!

The domestic AI dark horse DeepSeek has risen strongly, shocking the global AI industry! This Chinese artificial intelligence company, which has only been established for a year and a half, has won wide praise from global users for its free and open source mockups, DeepSeek-V3 and DeepSeek-R1. DeepSeek-R1 is now fully launched, with performance comparable to the official version of OpenAIo1! You can experience its powerful functions on the web page, APP and API interface. Download method: Supports iOS and Android systems, users can download it through the app store; the web version has also been officially opened! DeepSeek web version official entrance: ht

At the beginning of 2025, domestic AI "deepseek" made a stunning debut! This free and open source AI model has a performance comparable to the official version of OpenAI's o1, and has been fully launched on the web side, APP and API, supporting multi-terminal use of iOS, Android and web versions. In-depth search of deepseek official website and usage guide: official website address: https://www.deepseek.com/Using steps for web version: Click the link above to enter deepseek official website. Click the "Start Conversation" button on the homepage. For the first use, you need to log in with your mobile phone verification code. After logging in, you can enter the dialogue interface. deepseek is powerful, can write code, read file, and create code

DeepSeek: How to deal with the popular AI that is congested with servers? As a hot AI in 2025, DeepSeek is free and open source and has a performance comparable to the official version of OpenAIo1, which shows its popularity. However, high concurrency also brings the problem of server busyness. This article will analyze the reasons and provide coping strategies. DeepSeek web version entrance: https://www.deepseek.com/DeepSeek server busy reason: High concurrent access: DeepSeek's free and powerful features attract a large number of users to use at the same time, resulting in excessive server load. Cyber Attack: It is reported that DeepSeek has an impact on the US financial industry.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1
Easy-to-use and free code editor

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
