A link that jumps from one section of a web page to another within the same page can be created using the #
symbol and an id
attribute to specify the target section. This link type is also called an “internal link” or a “jumper link.” It helps users navigate to different parts of the webpage without leaving the page.
In this guide today, we shall be using the # (Hatch) symbol and an id attribute to create it. You can use this approach to create one-page websites that help people easily find what they are looking for or take action quickly. You may also see our expert guide on how to start a blog or website with WordPress without coding.
For example, if you have a ”Register” button, you can give it a scroll navigation feature so that when users click on it, they will be automatically scrolled down to your registration form in seconds (depending on the scrolling timing you give it).
How to create a scroll navigation link on website
Now, we are going to code navigation menu items (Home, Services, About, and Contact) and link them to each of their sections on the same page. That is, people, won’t need to manually scroll through your website before they can see your service list, about your website, and contact details.
If you don’t understand coding while you want to design a website, you use plugin. You may see our expert step-by-step guide on how to design website using Elementor for free without coding. Or watch the video below to learn more how to create back top icon on a website using Elemtor’s icon element.
Here is an HTML code for the navigation menu.
Next, we are going to create a body section. In this body, we shall create four sections (h2, h3, h4, and h5) which include paragraphs to describe what each of them is for. I will also design a call to action (learn more).
I added CSS styles for the navigation menu to create a block-level, fixed-position menu with a green background, a white border at the bottom, and a height of 50 pixels. This styling ensures that the menu stands out visually and remains accessible as users scroll down the page.
/* Styles for the navigation menu */
nav {
display: block;
background-color: #196801; /* Background color set to a shade of green */
border-bottom: 2px solid white; /* A white border at the bottom of the menu */
width: 100%; /* Menu spans the entire width of the viewport */
height: 50px; /* Menu height set to 50 pixels */
position: fixed; /* Fixed position to keep the menu at the top */
}
If you check the code below, you will find their id attributes. Please let me know via the comment section anywhere you are confused, I will reply to you soon.
Welcome to FASTKNOWERS - Your Web Design Experts!
At FASTKNOWERS, we are your go-to destination for cutting-edge web design solutions. Whether you're a first-time visitor or a loyal client, we're here to help you discover the power of stunning web design.
Explore our website to find the latest in web design trends, learn more about our talented team, and stay updated with our blog posts.
Learn More →
Our Web Design Services
FASTKNOWERS specializes in a wide range of web design services aimed at transforming your online presence. Our experienced team is committed to delivering high-quality web design solutions that can elevate your brand.
- Custom Web Design: Tailored web design solutions to match your unique vision.
- Responsive Design: Ensuring your website looks great on all devices.
- E-commerce Design: Crafting online stores that drive conversions.
- Website Redesign: Giving your existing website a fresh and modern look.
Learn More →
About FASTKNOWERS - Web Design Excellence
Get to know FASTKNOWERS and the creative minds that power our success. Our story, mission, and core values define who we are and how we excel in the field of web design.
Discover our journey, meet our passionate team, and understand our commitment to delivering top-notch web design solutions.
Learn More →
Contact FASTKNOWERS - Let's Create Together!
We're eager to hear from you! If you have any questions, comments, or project inquiries, please don't hesitate to reach out. Our friendly and dedicated team is ready to assist you.
You can contact FASTKNOWERS through various channels:
- Phone: +2349122075365
- Email: abdulrazaq@fastknowers.com
- Address: Idah, Kogi State
Alternatively, you can use the contact form below to send us a message. We'll respond promptly to your inquiry.
Learn More →