Home  >  Article  >  Web Front-end  >  Pure html code to achieve scrolling effect through marquee tag

Pure html code to achieve scrolling effect through marquee tag

Y2J
Y2JOriginal
2017-05-23 10:04:582438browse

This article introduces you to the use of html tags - ed126914ed1419bab26abf7cf307b7b97204e33a7a23f6efcc788532e245c31b can achieve a variety of scrolling effects without js control. It is very good and has reference value. Friends who are interested can take a look.

The automatic scrolling effect of the page can be achieved by javascript, but today I accidentally discovered an html tag - ed126914ed1419bab26abf7cf307b7b97204e33a7a23f6efcc788532e245c31b which can achieve a variety of scrolling effects without js control.

Using marquee tags can not only move text, but also pictures, tables, etc.

Syntax: ed126914ed1419bab26abf7cf307b7b9. ..7204e33a7a23f6efcc788532e245c31b; Description: Add content to be scrolled between markers.

Important Properties:

1.Scroll directiondirection(includes 4 Values: up, down, left and right)

Syntax: 189fd99120c864afbfaa40b5baac9aae...7204e33a7a23f6efcc788532e245c31b

2. Scroll behavior (scroll: Cycle scrolling, default effect; slide: scroll only once and then stop; alternate: scroll alternately back and forth)

Syntax: < ;marquee behavior="Scrolling mode">...7204e33a7a23f6efcc788532e245c31b

3. Scroll speed scrollamount (Scroll speed is to set the length of movement each time you scroll, in pixels)

Syntax: 803bf89a41c47553be5b45800afa3e65...7204e33a7a23f6efcc788532e245c31b

4. Scroll delay scrolldelay (set the scrolling interval, in milliseconds)

Syntax: 153370dc92c437739cac39176d0aa63b...7204e33a7a23f6efcc788532e245c31b

5. Scroll loop loop (the default value is -1, scrolling will continue to loop)

Syntax: 69457943bcb520c612032510d36031b7...7204e33a7a23f6efcc788532e245c31b

6. Scroll rangewidthheight

7. Scroll background color bgcolor

8. Blank space hspace, vspace

JavaScript CodeCopy content to clipboard

   
   
   
   
无标题文档   

指整个Marquee对齐方式; (2)behavior:设置滚动的方式: scroll:表示由一端滚动到另一端,会重复,缺陷是不能无缝滚动。 slide:表示由一段滚动到另一端,不会重复...

【Related recommendations】

1. HTML free video tutorial

2. Code examples of writing personal resumes in HTML

3. Share three methods of creating new elements

4. Detailed examples of meta tags in html

5. Share an integration of HTML knowledge points

The above is the detailed content of Pure html code to achieve scrolling effect through marquee tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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