It's free and you have access to premium codes!
Welcome back! Please login to your account.
Don't worry, we'll send you a message to help you to recover your acount.
Please check your email for instructions to activate your account.
Written by 24 February 2014
A javascript html code to show your text increasing size and add a good effect to your text in your page.
<!-- this script is provided by https://www.htmlbestcodes.com coded by: Kerixa Inc. -->
<!-- this script got from www.htmlbestcodes.com-Coded by: Krishna Eydat -->
<html>
<head>
</head>
<body>
<script language="JavaScript" type="Text/JavaScript">
function fifteenth(sixteenth){var seventeenth=sixteenth.toUpperCase();
var eighteenth=1;
for (nineteenth=0;nineteenth<seventeenth.length;nineteenth++)
{document.write(seventeenth.charAt(nineteenth).fontsize(eighteenth).bold());
if (eighteenth<7)eighteenth++;
else eighteenth=1;}}fifteenth('Your Text Here');
</script>
<br/><div style="clear:both"></div><div><a target="_blank" href="http://www.htmlbestcodes.com/"><span style="font-size: 8pt; text-decoration: none">HTML Best Codes</span></a></div>
</body>
</html><a target='_blank' href='https://www.htmlbestcodes.com' style='font-size: 8pt; text-decoration: none'>Html Best Codes</a>
Comments
Here you can leave us commments. Let us know what you think about this code tutorial!