how to display url path in html as text code example
Example 1: htlm link
<a href="https://www.google.com/">Visit googel.com!</a>
Example 2: html link tag
<link rel="stylesheet" href="./styles.css">
<a href="https://www.google.com/">Visit googel.com!</a>
<link rel="stylesheet" href="./styles.css">