Membuat Teks Marque di Postingan Blog
Motivation - Hari ini, saya akan membagikan tutorial mengenai cara "Membuat Teks Marque di Postingan Blog". Nah, saya ingin menjelaskan terlebih dahulu, apa sih itu "Teks Marque". Teks Marque adalah teks yang dapat ter-Animasi dengan sendirinya karena kita memberikan kode. Pernahkah anda melihat salah satu contoh teks Marque? Jika Belum, yuk dicoba, beberapa teks Marque dibawah ini, beserta kode scriptnya.
<marquee>TEXT</marquee>
<marquee direction="right">TEXT</marquee>
<marquee behavior="alternate">TEXT</marquee>
<marquee direction="up">TEXT</marquee
<marquee direction="down">TEXT</marquee>
<marquee direction="up" behavior="alternate">TEXT</marquee>
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">TEXT</marquee></marquee>
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">TEXT</marquee></marquee>
<marquee behavior="alternate" width="10%">>></marquee>TEXT<marquee behavior="alternate" width="10%"><<</marquee>
<marquee behavior="alternate" width="10%">>></marquee>TEXT<marquee behavior="alternate" width="10%"><<</marquee>
<font color="#FFFFFF"><marquee direction="left" style="background:#3362CF">TEXT</marquee></font>
<marquee style="border:#3362CF 2px SOLID">TEXT</marquee>
<marquee behavior="alternate"><marquee width="150">TEXT</marquee></marquee>
Wave Marque
<marquee behavior=alternate direction=up scrollamount=2 scrolldelay=65 height=80 style="Text-align;filter:wave(add=0,phase=1, freq=1,strength=15,color=.FFFFFF)"><center>TEXT1<br>TEXT2</center></marquee>
Nah, Itulah Beberapa Teks Marque, Silahkan dicoba, Jangan Ragu. Semoga Bermanfaat, dan Terima Kasih.
COMMENTS