How do i load my html files into the internet? -


i learning html course available tutorials on internet. , knowledge have developed html files , believe there more go. these files consist of our old school friends , present condition , they're doing. have created bunch of html files. have created website named www.mypage.com

         <a href="d:\mool.txt"> arjun</a> 

so in href i'm giving path files in desktop pc itself. how put them on internet , share friends living somewhere out of town. want reunite of school friends using these files. upload them , make webiste friends? there free way that? or possible way reach it.

and i'm saying sorry if question not tag mentioned. please let me know , remove tag. don't know link wikiposts share views. if know let me see link. thank you.

  1. find web hosting service (google knows lots)
  2. sign up
  3. follow instructions

<a href="d:\mool.txt"> arjun</a>

and use relative uris


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -