Pure html code to achieve scrolling effect through marquee tag

Y2J
Release: 2017-05-23 10:04:58
Original
2515 people have browsed it

This article introduces you to the use of html tags - 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 - which can achieve a variety of scrolling effects without js control.

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

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

ImportantProperties:

1.Scroll directiondirection(includes 4 Values: up, down,leftandright)

Syntax: ...

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

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

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

Syntax: ...

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

Syntax: ...

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

Syntax: ...

6. Scroll rangewidthheight

7. Scroll background color bgcolor

8. Blank space hspace, vspace

JavaScript CodeCopy content to clipboard

    无标题文档 

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

Copy after login

【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!

Related labels:
source:php.cn
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!