<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Marquee tag example</title>
</head>
<body>
<marquee>
Tequila | A computer science portal for geeks
</marquee>
<br><br><br><br>
<marquee direction="right">
Amana | Teste teste
</marquee>
<br><br><br><br>
<marquee direction="up">
Nalu Malheiros | Valença Bahia
</marquee>
<br><br><br><br>
<marquee direction="down">
Lazuy Malheiros | Sistema de delivery
</marquee>
</body>
</html>