| <table border="0" width="280" id="myexample" style="border:5px solid yellow"><tr>
 <td>A szöveg címe<br>A szöveg helye<br></td>
 </tr>
 </table>
 <script language="JavaScript1.2">
 <!--
 function flashit(){
 if (!document.all)
 return
 if (myexample.style.borderColor=="yellow")
 myexample.style.borderColor="lime"
 else
 myexample.style.borderColor="yellow"
 }
 setInterval("flashit()", 500)
 //-->
 </script>
 |