The task is probably simple, but in programming I am a hard lamer.
<div onclick="func()"> <div style="display:none;"></div> </div>
It would be desirable that by clicking on a div with a function, the display property of the internal div changes. Do not laugh :) I tried through this ... but it changes the property of the external div ... but I want it at the internal one. Is it all real?
At the extreme, you can assign a class to an internal div.