Hi i want to create my own web page?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi i want to create my own web page??

12th Aug 2016, 4:43 PM
Amit Prakash Panday
Amit Prakash Panday - avatar
11 Answers
+ 2
You can build it locally using XAMPP, but when you want to upload it to the internet for people to see, you need a hosting and a domain name like .com or .net, etc. every website needs that.
16th Aug 2016, 10:24 AM
Christian Carrion
Christian Carrion - avatar
+ 2
you can start learning to build a website by developing in localhost. for that you need to setup a server environment in ur system. you can do this easily by installing xampp or wamp for windows.
18th Aug 2016, 4:08 AM
Vijay Vimal
Vijay Vimal - avatar
+ 1
which
12th Aug 2016, 6:06 PM
Md Badshah Ansari
Md Badshah Ansari - avatar
+ 1
Nice, do you have any question ?
12th Aug 2016, 8:23 PM
francis
+ 1
Learn html, css, js and php thoroughly. Then go for bootstrap and github
13th Aug 2016, 7:03 AM
Sumitabha Banerjee
Sumitabha Banerjee - avatar
+ 1
Contact prkonsult.co.za to do it for you. Get a professional design and learn yourself in the meantime. W3schools is a brilliant place to start so is khanacademy as well as code Academy
14th Aug 2016, 7:58 PM
Erik Thiart
Erik Thiart - avatar
+ 1
You can start by learning, html and css for designing, and then Php and javascript with some program that has Apache Web Server, Php and Mysql, for example XAMPP for Windows, to let you design and build a website in localhost locally in your computer before you upload it to a real web server with a domain.
16th Aug 2016, 12:28 AM
Christian Carrion
Christian Carrion - avatar
0
So where can i start ???
13th Aug 2016, 3:03 AM
Amit Prakash Panday
Amit Prakash Panday - avatar
0
Ok for that i need a domain name or not
16th Aug 2016, 8:54 AM
Amit Prakash Panday
Amit Prakash Panday - avatar
0
Just simply start with notepad++ by creating html pages . Then think about server side scripting . <html> <body> <h1>My First Web Page</h1> <br> <p>This Content</p> </body> </html>
18th Aug 2016, 9:44 AM
Kon I am
Kon I am - avatar
0
You need yo setup your local enviroment first. Try xampp. Then when you know everything it's working the way you want, try with a free hosting. Check cloud9.
7th Oct 2016, 6:14 PM
Ivonne Burgos
Ivonne Burgos - avatar