How to create links to sections within the same page in HTML ? (original) (raw)

Last Updated : 30 Apr, 2025

**Creating links that allow users to jump to different sections of a **webpage can significantly **improve navigation. This is especially helpful for long pages with a lot of **content, as it helps users save time and find the information they need **more quickly.

**Syntax

Section 1

Approach

**Example: Below is an example where we divide the webpage into sections using

, assign unique IDs to each section, and use tags in the navigation section with href=”#section1″ to enable users to navigate to specific sections with a click.

HTML `