Büyüyüp küçülen Yazı Kodları

Aşağıdaki kodları </head> kod bitiminden öncesine yapıştırın.

01.<script>

02.

03./*

04.Uphill Text effect

05.By Website Abstraction (http://wsabstract.com)

06.Over 400+ free scripts here!

07.*/

08.

09.function uphilltext(text){

10.var temptext=text.toUpperCase()

11.var size=1

12.//go through the text, letter by letter

13.for (i=0;i<temptext.length;i++){

14.document.write(temptext.charAt(i).fontsize(size).bold())

15.if (size<7)

16.size++

17.else

18.size=1

19.}

20.}

21.</script>

Aşağıdaki kodları <body> kodundan sonrasına yapıştırın.

1.<script>

2.uphilltext(“Sitemize Hoşgeldiniz!”)

3.</script>

Kategoriler: Javascript