JavaScript Tutorial/HTML Tags/this — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:24, 26 мая 2010

Use this to reference the current tag

   <source lang="javascript">

<html> <head> <title>Style Example</title> </head> <body>

Move your mouse over the square.

</body> </html></source>