I made a website and a html file how i link them together?

  • Thread starter Thread starter cakeys
  • Start date Start date
an html file is a website.

basically once you upload the html file, thats a website page using html coding.

now if you mean how do I link two html pages. you should use the code.

<a href="www.websiteurlhere.com">Website Name here</a>
 
Back
Top