Oracle APEX 23 Course For Beginners

Oracle APEX 23 Course For Beginners
Oracle APEX 23 Course For Beginners

Friday 29 July 2022

11 - What are bookmark links?

Bookmarking In HTML 

In your website, you have a long page with several sections. To make this page user-friendly, you use the bookmark feature in HTML by creating a list at the top of the page and link it to corresponding sections. Likewise, to save users from having to scroll back to the top, you also add a link at the bottom or at the end of each section which instantly takes the user to the top. You can achieve this task by using the id attribute which can be used with every HTML element. First you need to identify the points in the page the link will go to and mark them with the id attribute. Next, you link to these points using the # symbol followed by the value of the id attribute in the href attribute of the created list. You have to make your browser’s window smaller to see the jumping effect.


 

Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.

Watch Full Playlist Here

Watch Complete One Video Here


#bookmark in html #bookmarking #bookmarking in html #how to create bookmark in html #how to make a bookmark in html #html bookmark #html link bookmark #hyperlink in html #target attribute in html

Display Data Dynamically In A Gauge Chart

In this tutorial, we will learn how to display customer's ordered data in a gauge chart dynamically. As you choose a customer name from ...