How Do You Make Text Flash Using Html Codes
- Forums
- HTML
- How Do You Make Text Flash Using Html Codes
This Page Contains information about How Do You Make Text Flash Using Html Codes By Benjiamin in category HTML with 1 Replies. [2677], Last Updated: Mon Jun 24, 2024
Benjiamin
Sun Sep 27, 2009
1 Comments
462 Visits
i've seen some websites that they have their text is flashing.
how do you do that. i think that's pretty neat.
i like to learn how you do that?
Flashing Letters
open notepad, copy and paste this code into and save it as flashing.html, then open it with your broswer.
NOTE: this doesnt work on all your broswers. i see it more often on firefox, but not much on internet explorer
<head>
<title>Making flashing letters fonts numbers tutorial guide for beginners in HTML CSS Styles</title>
<style type="text/css">
<!--
.flashing {
color: #FF0000;
text-decoration: blink;
}
-->
</style>
</head>
<body>
<strong>Making flashing letters fonts numbers tutorial guide for beginners in HTML CSS Styles
</strong>
<h1 align="center" class="flashing">Tell Your Friends About Wallpaperama!</h1> <hr />
<BLINK><span style="color:#0000FF ">Webhosting by Webune</span><BLINK>
<hr />
<p align="left">This short script tutorial is to show you how you can make text flash </p>
<p> </p>
<p><a href="http://www.wallpaperama.com/forums"><< Go back to Turorials </a></p>
<p align="center">PHP Hosting at <a href="http://www.webune.com">Webune.com</a> </p>
<p>
</p>
</body>
</html>
https://www.webune.com/forums/how-do-you-make-text-flash-using-html-codes.html