How to Create a Link to a Specific Section on the Same Page


Create the Link

Create a link to a specific section on the same Page is done by Adding an Anchor to the link URL.

Post HTML
How to Create a Link to a Specific Section on the Same Page


Result
How to Create a Link to a Specific Section on the Same Page


Others

  • The ID attribute must be unique. An ID must be different from other IDs on the same page. In other words, you can only use a specific ID name once in a single post/page. What needs to be understood here is that this unique scope applies per page. For example, if in a post you define an ID with the name paragraph-1 and paragraph-2, for the next post you publish, you can still use both IDs. Yes, this uniqueness applies per page, not per blog.
Komentar