Thursday, August 8, 2019

How to go particular div in html page by click on the anchor tag.


<a class="button button-primary has-img" href="page1.html#gotoDiv">

<div id="gotoDiv">
<h2>INSPIRATION FOR AN EXTRAORDINARY WORLD.</h2>
</div>

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...