+ 4
I want to learn to make website, so from where should I start ?
16 odpowiedzi
+ 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.
+ 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
+ 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! :)
+ 7
html of course.. do a simple html page and expand it to two. the more u make the better you will get.
+ 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.
+ 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
+ 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.
+ 4
I Think
Firstly HTML -> CSS -> JavaScript -> PHP -> SQL -> JQuery
or
HTML -> CSS -> JavaScript ->JQuery -> PHP -> SQL
CMIIW
+ 3
Html
+ 2
start watching videos related to html on YouTube
+ 2
you must learn html and if you want too,javascript.
+ 2
Microsoft frontpage is very easy
+ 2
First you should learn
HTML--CSS--JavaScript--PHP--SQL--JQuery then
You will easily create personal own website
+ 2
start with inspiration then download notepad++
+ 1
hi
+ 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)