marquee
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<marquee behavior="alternate"><h1>Computer</h1></marquee>
<marquee direction="right"><h1>Computer</h1></marquee>
<marquee direction="up"><h1>Computer</h1></marquee>
<marquee direction="down"><h1>Computer</h1></marquee>
</body>
</html>
Comments
Post a Comment