+ 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?
12 Réponses
+ 8
Ochudho Cham Odiel you will need to host your website from a hosting site.
For example :
https://www.godaddy.com/
+ 7
How to connect:
<a href="Your Another Page">Page Two</a>
+ 6
Ochudho Cham Odiel from a hosting server .
+ 4
Yes you can do via phone
and you will need domain & hosting to connect your all creating page,, that's all
+ 2
ok but i want to understand how the website above host it's pages
+ 2
Henry Chumia Open a new web code, I teach about svg drawing logo
+ 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.
+ 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
+ 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)..
+ 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
+ 1
Difference between var and let in JavaScript
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