Tải bản đầy đủ (.doc) (4 trang)

một vài code tạo hiệu ứng chữ

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (121.08 KB, 4 trang )

Một số code hiệu ứng chữ
Chắc chắn các bạn đã từng dùng các code cho chữ có màu hoặc tạo hiệu ứng chữ chạy trên trang
BLOG của mình. Tôi muốn chia sẻ cùng với các thầy cô mới bắt đầu lập blog một số code do tôi sưu
tầm được. Chúc các bạn có một trang blog như ý mình!
1.Chữ chạy sang trái
<marquee> BOLO HÓA HỌC</marquee>
2. Chữ chạy sang phải
<marquee direction="right">BOLO HÓA HỌC</marquee>
3.Chữ chạy qua lại :
<marquee behavior="alternate">BOLO HÓA HỌC</marquee>
4. Chữ chạy dưới lên
<marquee direction="up">BOLO HÓA HỌC</marquee>
5. Chữ chạy trên xuống
<marquee direction="down">BOLO HÓA HỌC</marquee>
6. Chữ chạy lên xuống
<marquee direction="up" behavior="alternate">BOLO HÓA HỌC</marquee>
7. Chữ bay hình sin
<marquee behavior="alternate" direction="up" width="80%"><marquee
direction="right">BOLO HÓA HỌC</marquee></marquee>
8. Chữ bay hình chữ Z
<marquee behavior="alternate" direction="up" width="80%"><marquee
direction="right" behavior="alternate">BOLO HÓA HỌC</marquee></marquee>
9. Mũi tên nhấp nháy
<marquee behavior="alternate" width="10%">>></marquee>BOLO HÓA
HỌC<marquee behavior="alternate" width="10%"><<</marquee>
10. Mũi tên chạy ra
<marquee behavior="alternate" width="10%">>></marquee>BOLO HÓA
HỌC<marquee behavior="alternate" width="10%"><<</marquee>
11.Chữ có màu nền
<font color="#FFFFFF"><marquee direction="left" style="background:BLUE">BOLO
HÓA HỌC</marquee></font>


12. Chữ có khung ( đẹp )
<marquee style="border:BLUE 2px SOLID">BOLO HÓA HỌC</marquee>
13. Chữ co dãn 1
<MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font
face=Webdings>3</font></MARQUEE><MARQUEE scrollAmount=1 direction=left
width="2%">| | |</MARQUEE>BOLO HÓA HỌC<MARQUEE scrollAmount=1
direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate
direction=right scrollAmount=3 width="4%"><font
face=Webdings>4</font></MARQUEE>/
14. Chữ co dãn 2
<MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font
face=Webdings>4</font></MARQUEE><MARQUEE scrollAmount=1 direction=left
width="2%">| | |</MARQUEE>BOLO HÓA HỌC<MARQUEE scrollAmount=1
direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate
direction=right scrollAmount=3 width="4%"><font
face=Webdings>3</font></MARQUEE>
15. Chữ chạy và biến mất ( Hay lắm)
<marquee behavior="alternate"><marquee width="150">BLOG HÓA
HỌC</marquee></marquee>
????: Rootvn Forum />16.Chữ lơ lửng
<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>BOLO HÓA HỌC<br >Giao lưu và chia
sẻ </center></marquee>

17- Chữ màu ( tĩnh):
<b><font color="#3300FF"> CHÀO CÁC THẦY CÔ GIÁO ĐẾN VỚI</font><font
color="#FF00FF "> BLOG HÓA HỌC </font></b>
Mã : <b><font color="#mã màu"> Đoạn văn bản </font></b>


18- Chữ màu chạy trong khung màu:

<marquee style="border:BLUE 2px SOLID">
<b><font color="#3300FF">RẤT HÂN HẠNH ĐƯỢC CÁC BẠN ĐẾN THĂM
</font></b>
</marquee>
Thay Thay BLUE bằng các từ khác để được màu khung theo ý muốn của bạn. Ví dụ:
RED (đỏ), , GREEN (xanh lá cây), PINK (hồng), YELLOW (vàng), VIOLET (tím), BLACK
(đen)....

19) Chữ chạy điều chỉnh được tốc size:
<marquee <font color="#FF0000" size="4"> BLOG HÓA HỌC </font></marquee>
20) Chữ chạy thay đổi tốc độ, size:
<b><marquee direction="left" scrollamount="6" onmouseover="this.stop();"
onmouseout="this.start();"><font color="#FF0000" size="2">BLOG HÓA HỌC
</font></marquee></b>

×