0
Hi i want to create my own web page??
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.
+ 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.
+ 1
which
+ 1
Nice, do you have any question ?
+ 1
Learn html, css, js and php thoroughly. Then go for bootstrap and github
+ 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
+ 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.
0
So where can i start ???
0
Ok for that i need a domain name or not
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>
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.