I have a div tag id="content", a button named "first lesson" and a function firstLesson() written in javascript.
Among other things, what I need to do is to make some code within a div tag visible by pressing the button "first lesson".
I know I have to use getElementById probably, but I can't get it to change the div tag content :/
Any suggestions?