seaskimmer
New member
Hey! I'm VERY new to html, css and javascript and I've mainly just jumped in at the deep end and been playing around seeing what I can get to work.
Was wondering if anyone can help me with this problem- I want to get click on a button and get it to link to another part of my page. something like this...
<button class="button button1" onclick="go to my id bit" >Click Me.</button>
<p id="here's my id bit"</p>
Sorry if this seems simple but I've tried different things and I can't get it to work. Like I said I'm VERY new to this so if your going to insult me for my lack of knowledge then save it for someone else.
Thanks in advance. (Oh, this is not for a website but just for fun on my desktop using my local files.)
Was wondering if anyone can help me with this problem- I want to get click on a button and get it to link to another part of my page. something like this...
<button class="button button1" onclick="go to my id bit" >Click Me.</button>
<p id="here's my id bit"</p>
Sorry if this seems simple but I've tried different things and I can't get it to work. Like I said I'm VERY new to this so if your going to insult me for my lack of knowledge then save it for someone else.
Thanks in advance. (Oh, this is not for a website but just for fun on my desktop using my local files.)