x
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>HTML Marquee Slide Attribute</title>
</head>
<body>
<marquee width="100%" behavior="slide">  
This is an example of a slide marquee...  
</marquee>   
</body>
</html>