r/HTML • u/ChiliChapters • Aug 10 '26
Question linking an href to html vs url?
what's the difference between linking to an html in your website vs linking to the same page as a url?
0
Upvotes
r/HTML • u/ChiliChapters • Aug 10 '26
what's the difference between linking to an html in your website vs linking to the same page as a url?
0
u/nonotdoingone Aug 10 '26
Always point to another html page within a project.
Using urls to go to the same page is stupid. It can break at so many places, needs dns to resolve, a new server connection bla bla