web tricks

blink tag

Insert the following into your page and you will be able to use <blink> tag

code:
<style>@keyframes blinky{50%{opacity:0}}blink{animation:blinky 1s step-start infinite}</style>

example:
;) ;) ;)