Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

text berjalan html

<!DOCTYPE html>
<html>
 <head>
  <title>Atribut Behavior di Tag Marquee</title>
 </head>
 <body>
  <marquee behavior="scroll" width="400">Welcome</marquee><br>
  <marquee behavior="slide" width="400">Welcome</marquee><br>
  <marquee behavior="alternate" width="400">Welcome</marquee><br>
 </body>
</html>
Source by www.nesabamedia.com #
 
PREVIOUS NEXT
Tagged: #text #berjalan #html
ADD COMMENT
Topic
Name
5+9 =