How to create a web site | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How to create a web site

hi guys I want to create a website on my own so can any one tell me about the tools to create a website and the process to make it online etc.,

5th Mar 2018, 9:29 AM
Uday Teja
Uday Teja - avatar
4 Réponses
5th Mar 2018, 9:37 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 1
Learn HTML, CSS and JavaScript. Ideally in that order.
5th Mar 2018, 9:41 AM
Fabien Clauss
Fabien Clauss - avatar
+ 1
Use HTML, CSS and JavaScript. Create basic websites using these. You could become a professional by learning PHP, JQuery and other JS Frameworks.
5th Mar 2018, 10:21 AM
Aaron Stone
Aaron Stone - avatar
+ 1
In terms of hosting your site after it's built you'll need to get a domain name which just gives your site a nice name that links to the IP address in the background. Then a hosting service to host your site. Although it's not recommended, if you were to choose hosting the site on your own private server rather than using a hosting service you'll need to keep in mind that unless you have a static IP address you'll also need to work out dynamic DNS and the server software itself. I use Nginx on Arch Linux since it's light and fast but there are many other options as well.
5th Mar 2018, 1:34 PM
Lewis
Lewis - avatar