After designing my webpages how to connect all my pages and let people use my website from anywhere and can i do this via phone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

After designing my webpages how to connect all my pages and let people use my website from anywhere and can i do this via phone?

6th Nov 2018, 9:19 AM
Ochudho Cham Odiel
Ochudho Cham Odiel - avatar
12 Answers
+ 8
Ochudho Cham Odiel you will need to host your website from a hosting site. For example : https://www.godaddy.com/
6th Nov 2018, 1:45 PM
Bono
Bono - avatar
+ 7
How to connect: <a href="Your Another Page">Page Two</a>
6th Nov 2018, 12:53 PM
Jingga Sona
Jingga Sona - avatar
+ 6
Ochudho Cham Odiel from a hosting server .
7th Nov 2018, 1:24 AM
Bono
Bono - avatar
+ 4
Yes you can do via phone and you will need domain & hosting to connect your all creating page,, that's all
6th Nov 2018, 9:28 AM
SM Saikhul Islam
SM Saikhul Islam - avatar
+ 2
ok but i want to understand how the website above host it's pages
6th Nov 2018, 3:53 PM
Ochudho Cham Odiel
Ochudho Cham Odiel - avatar
+ 2
Henry Chumia Open a new web code, I teach about svg drawing logo
7th Nov 2018, 12:33 PM
Gordon
Gordon - avatar
+ 1
how can someone kick off or start developing or programming i really need guidance here please. Like i need to know where to find a hosting server, i need guidance in how to create my own logo using SVG then i guess i can take from there.
7th Nov 2018, 9:39 AM
Henry Chumia
Henry Chumia - avatar
+ 1
For your question Ochudho Cham Odiel. You need to connect you pages with link like Jingga says before. Each link will link the pages to the other ones Each page is a document in a file like mywebsite -home.html -myotherpage.html when your site is finished, you upload it on a webserver so it will be accessible from internet. You can host the server or you can find a free or paid one on internet
7th Nov 2018, 5:10 PM
Jonathan Piette
Jonathan Piette - avatar
+ 1
You can connect through local host and check your webpages first.. Dey are working out properly.. Then for hosting you need to pay some amount to the Google I tink..(this is according my knowledge)..
8th Nov 2018, 7:21 AM
vaishnavi
+ 1
Example on how to connect a page: <a href="pageName_you_want_to_go_to_here">Displayed Name on the link</a> if you are using a submit button, you can even do this on the html form, see example on: https://www.w3schools.com/tags/att_form_action.asp
8th Nov 2018, 9:29 AM
Tshepo Kingsley Mola
Tshepo Kingsley Mola - avatar
+ 1
Difference between var and let in JavaScript
9th Nov 2018, 6:12 AM
Prudvi
0
Henry, maybe you should create a new topic to start a new question. For your concern, you can search for free or paid hosting service online. I use OVH but there is many more. You can also host your pages on a local hosting for personnal hosting you can download https://www.mamp.info/en/downloads/ If you search on google create web hosting you will find tons of tuto easy to follow, but first finish the tutos on sololearn to know more about html it is the very base of internet
7th Nov 2018, 5:03 PM
Jonathan Piette
Jonathan Piette - avatar