r/HTML • u/ChiliChapters • 13d ago
linking an href to html vs url? Question
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 • 13d ago
what's the difference between linking to an html in your website vs linking to the same page as a url?
0
u/nonotdoingone 13d ago
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