Thursday, May 1, 2008

Marquee tag

The marquee tag

is a non-standard HTML markup element type which causes text to scroll up, down, left or right. The tag was first introduced in early versions of Microsoft's Internet Explorer, and was compared to Netscape's blink element, as a proprietary non-standard extension to the HTML standard with usability problems.


Because text within a marquee is not always visible, it violates the basic nature of web pages, which are eminently skimmable. Users typically glance over a page and decide what, if anything, to read (using headlines, bold text, bullets, etc.), but marquees, like the blink element, hide text at certain points, meaning at any given time, scanning the page may fail (or take longer).

Links within marquees are notoriously difficult to click, and users only get one chance every time it scrolls past. This can easily frustrate users.

  • Align: Uses the same syntax as the img tag.
  • Behavior: Allows the user to set the behavior of the marquee to one of three different types:
    • Scroll - DEFAULT. Scrolls the text from right-to-left, and restarts at the right side of the marquee when it has reached the left side.
    • Slide - Deprecated
    • Alternate - Text 'bounces' from the left side of the box to the right side.

Teks berjalan / Marquee

Untuk membuat teks berjalan kita menggunakan beberapa kode
marquee

1. teks berjalan ke kiri
copy and paste to your blog or web

hasilnya akan seperti ini

Teks berjalan ke kiri
2. teks berjalan ke kanan
copy and paste this code for your web or blog

hasilnya akan seperti ini
Teks berjalan ke kanan
3. membuat teks berjalan ke bawah
copy and paste this code for your web or blog

hasilnya akan seperti ini
Teks berjalan ke bawah
4. teks berjalan ke atas
copy and paste this code for your web or blog

hasilnya akan seperti ini
Teks berjalan ke atas



agar teks berjalan berhenti saat mouse didekatkan kita bis memberikan beberapa kode seperti : onmouseover="this.stop()" onmouseout="this.start()"
cara memasukanya contoh untuk di edit
copy and paste this code for your web or blog

Teks berjalan ke bawah

sebenarnya tidak hanya teks yang bisa kita masukan tetapi link,image pun bisa kita masukan kedalam marque