HTML Internal Link

An HTML internal link connects the two parts of a similar webpage using elements and tags. A relative or absolute path is used for this link to get the internal link. The HTML internal link uses the id name with the hash sign (#). An internal link is operated for the points to the same web page of the required page to provide it with an ID. When clicking an internal anchor link, your browser will immediately scroll to the referenced section and display it at the center of the page.

You can create internal links in HTML documents by providing the file name of the target HTML. The web page and an optional relative path refer to the id attribute of a specific section. The same idea as the HTML element, like anchor, is used for the same HTML document.

Suppose you wish to create two pages as an internal link from "index.html" to "about.html". The two pages of the HTML document are named "index.html" and "contact.html", which are located in the same directory or folder.

Evaluate the Internal Links in Your System

There are various methods to verify whether internal links on your website are functioning properly. We can see the following few techniques:

1. Manual Testing:

You can manually check each link to verify whether an internal link on your website points to the correct page. This method allows you to verify each link completely and ensure that the given link is operating properly. However, this method will take some time, particularly if your web page has many pages and links.

2. Make use of web browsers:

It is possible to verify the given internal links using a variety of online browsers. The browsers include Microsoft Edge, Mozilla Firefox, and Google Chrome for the internal links. If each link takes you to the relevant pages by clicking on it, you can explore your web page in various browsers. Just check the web browsers and their link correlations.

3. Link Checkers Online:

You may test your internal links with several web tools and link checkers. Usually, these programmers search the website to find links broken or incorrectly set with the internal links. The online Link Checker is used for verification, such as a Dead Link Checker, Xenu's Link Sleuth, and a few well-known online link checkers.

4. Look for Status Codes in HTTP:

Additionally, you can verify the internal links that are functioning properly by looking at their HTTP status codes. An HTTP status code indicates a web page's response status. If the HTTP status code shows a "200 OK", code often means that a link is functioning properly. Ifhttp status code shows a "404 Not Found" or "500 Internal Server Error" value, the link is broken or incorrectly configured.

Syntax

The following syntax is used to operate and work HTML internal links.

Examples

The following examples show the HTML internal link for the pages and sections with IDs for particular and absolute links.

Example 1:

The following example shows the basic html internal link on the web page. We can create different sections and links for sections. This section is provided in the link with the ID name.

Output:

The following output shows the internal link and its operation.

HTML Internal Link

Example 2:

The following example shows the HTML internal link on the web page with the CSS style.

Output:

The following output shows the internal link and its operation.

HTML Internal Link

Example 3:

The example shows the internal link for the same directory pages using html.

Output:

The following example shows the internal link for the same directory pages.

HTML Internal Link

Conclusion

The HTML internal link helps get the web page's required section using a simple link. It helps users with web pages that are long or complicated to understand.