An internal url
, is a link within the same web site (e.g. navigation).
The href
syntax for local links is a relative url
, a url
without https://www.
Examples:
<a href = "anotherPage.html" target="_blank">Visit Another page</a> <!--link to a page-->
<a href = "imagesFiles/myphoto.png" target="_blank">Visit My photo</a> <!--link to an image-->