I want to learn to make website, so from where should I start ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

I want to learn to make website, so from where should I start ?

12th Jan 2017, 7:13 AM
Jay Sureja
16 Answers
+ 12
Start from Adobe Dreamweaver, please. If you did so, you are definitely going to need Photoshop, WordPress, Blogger. How do you going to host your website? Xampp and Wampp Server. Learn all of them.
13th Jan 2017, 5:38 AM
jjiji
+ 11
To start your personal website. 1. HTML 2. CSS 3. JavaScript 4. PHP 5. jQuery 6. SQL Before that, get latest books or ebooks for each programs as you start. from General_Ay
12th Jan 2017, 2:06 PM
General
+ 9
Start from HTML (the skeleton of the page) then CSS (the visual design), from there you can start adding some logic to your page with JavaScript (for that good UX-User Experience), PHP (the engine of the website) and SQL (for Databases). Hope I helped! :)
12th Jan 2017, 8:15 AM
Йордан Петров
Йордан Петров - avatar
+ 7
html of course.. do a simple html page and expand it to two. the more u make the better you will get.
12th Jan 2017, 7:21 AM
jay
jay - avatar
+ 7
@Divesh Agarwal I'd say js is more about adding functionality to the page than it is about making it "attractive". CSS combined with HTML is what makes it look good.
12th Jan 2017, 7:35 AM
Dao
Dao - avatar
+ 7
Complete HTML and CSS courses on SoloLearn first to get a basic idea. Then go on to solve HTML and CSS exercises on w3school.com. Observe basic page sources of other basic sites and see how the code is written. The idea is to start small and not get intimidated by the skill level and code efficiency of other developers. After getting a hang of basic static websites, follow the same procedure for learning JS and PHP
12th Jan 2017, 4:24 PM
Mohak Manghirmalani
Mohak Manghirmalani - avatar
+ 5
First of all learn html tags. Create layouts with css. Use media queries and make page responsive. Use bootstrap or pure css. Then learn JavaScript, jquery to make page more attractive.
12th Jan 2017, 7:24 AM
Divesh Agarwal
Divesh Agarwal - avatar
+ 4
I Think Firstly HTML -> CSS -> JavaScript -> PHP -> SQL -> JQuery or HTML -> CSS -> JavaScript ->JQuery -> PHP -> SQL CMIIW
13th Jan 2017, 7:06 AM
Ahmad Saeful
Ahmad Saeful - avatar
+ 3
Html
12th Jan 2017, 7:25 AM
Tenny Brown
Tenny Brown - avatar
+ 2
start watching videos related to html on YouTube
12th Jan 2017, 11:39 AM
sion
+ 2
you must learn html and if you want too,javascript.
12th Jan 2017, 4:39 PM
waliid
waliid - avatar
+ 2
Microsoft frontpage is very easy
13th Jan 2017, 6:15 AM
Awrang Zaib
Awrang Zaib - avatar
+ 2
First you should learn HTML--CSS--JavaScript--PHP--SQL--JQuery then You will easily create personal own website
13th Jan 2017, 8:21 AM
Mohamed Omar Abdi
Mohamed Omar Abdi - avatar
+ 2
start with inspiration then download notepad++
13th Jan 2017, 9:17 AM
Hugo Yulius
Hugo Yulius - avatar
+ 1
hi
12th Jan 2017, 9:52 PM
FranCo
+ 1
Are you comfortable with the skills required to deploy a website (hosting). if not, and you dont have your own nas to create your own webserver, that would be a good place to start. HTML then covers the basic functionality, and CSS and Bootstrap will give you a scalable website. You should aim to build your site using HTML5 (after learning HTML4)
13th Jan 2017, 3:51 AM
Mark