(PCC)::[How-to-create-Linking-using-a-relative-URL-in-HTML]::[html]
<!DOCTYPE html> <html> <body> <h2>Local Links</h2> <p><a href="https://bookofnetwork.com/html/hello-world-in-html-language">HTML Images</a> is a link to a page on this website.</p> <p><a href="https://www.w3.org/">W3C</a> is a link to a website on the World Wide Web.</p> </body> </html>
HTML Images is a link to a page on this website.
W3C is a link to a website on the World Wide Web.