On a simple Website, using a Hyperlink from Index to Page Two, What is the Hyperlink Code for Page Two?
If my website is example,com; I put http://example.com/page2.html in my hyperlink and I get file not found.
If my website is example,com; I put http://example.com/page2.html in my hyperlink and I get file not found.
It would be the following:
<a href="https://example.com/">Page2</a>
Sources:
https://www.inmotionhosting.com/support/email/outlook/website-design-basics/basic-html-attributes
It would be the following:
<a href="https://example.com/">Page2</a>
Sources:
https://www.inmotionhosting.com/support/email/outlook/website-design-basics/basic-html-attributes
https://www.w3schools.com/html/html_links.asp