HTML Links – Hyperlinks
-
Link – To open page in same window
<a href="#"> Visit W3Schools </a>
-
Link – To open page in new window
<a href="#" target="_blank"> Visit W3Schools </a>
-
To convert one page scroll button to simple link button
– Keep all button classes as such.
– Just remove scroll link class (dtr-scroll-link)
– Provide URL
– Add : target=”_blank” – attribute if need to open in new window.<a href="#" class="dtr-btn btn-red dtr-ml-30" target="_blank">Book Now</a>