+ 3
I’m learning programming so i can create my own website but i don’t know which language is perfect for me
I already started JS am i in the right path or should i learn Html and Css first
12 Réponses
+ 5
I would say,
Start with Html, then CSS/JS.
Or,
Continue all three together.
+ 4
Start with HTML to understand structur. Then move on with CSS to understand color and shapes. Then move on to Javascript to understand behavior. If you wanna use a CMS like WordPress or Joomla learn PHP. Hope that helps.
+ 3
Amine Boughmid
Start here https://getbootstrap.com/
Install Visual Studio Code https://code.visualstudio.com/
+ 2
Depending on what kind of website you want to build, PHP might be a good idea as well on top of CSS and HTML.
+ 2
Front end html,css, java script and back-end php.
+ 2
Stick to what you learing right now don't jump around from language to language make small web pages...and small web apps
If you feel that comfortable with CSS and JS you can start learning about CSS framework and JS libraries
Wish you the best 👍
+ 2
First of all you make an own website so you will learn HTML, CSS and JavaScript. It is very important to make a website.
+ 1
Thank you guys i took your advice and started with HTML really appreciate your help🤟
+ 1
The first thing to think is which type of site you like to publish. Their are to kind which are:
1. Static
2. Dynamic
The Static site is only the HTML, CSS and JavaScript also with additional optional of JavaScript Libraries and Frameworks (i.e jQuery, vueJS, ReactJS and so on)
While dynamic is dealing with data that can be changed time by time in a regular basis if you choose dynamic you have to learn such programming PHP, ASP.NET, Node.JS, Python and so on with Database that you need to store the site data like MySQL, PostgreSQL, SQLServer and so on