Sachsentext

The "marquee" tag should not be used

The marquee element is difficult for users to read and is not a standard HTML element. Try to find another way to convey the importance of this text.

Example

Wrong

<marquee>This is really hard to read</marquee>

Right

<strong>This is much easier to read</strong>