Itulah fungsi dari HTML marquee.HTML marquee dibuka dengan tag <marquee> dan ditutup dengan tag </marquee>
<marquee attribute="nilai atribut">
...
...
</marquee>
Contoh kode :
<marquee> Contoh sederhana dari HTML marquee </marquee>
HTML Editori
<html>
<body>
<marquee direction="right">This text berjalan dari kiri ke kanan</marquee>
</body>
</html>