0
Что должно быть на пустом месте? Пж, помогите.
Выведите сообщение, когда указатель мыши будет над тегом div: <div ________________="alert('Hi!');"> put the mouse pointer over me (over div tag) </div>
1 Respuesta
+ 2
SergeyNOR-FR 
onmouseover="alert('HI')" 
Will be comes there
<div onmouseover="alert('Hi!');">
  put the mouse pointer over me
</div>



