JavaScript Tutorial/HTML Tags/this

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

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>