0
What is the easiest to start with?
I am coming in blind. friend told me html..
4 Réponses
+ 2
Depends upon you,
first decide what do you want do you want web or android or Windows or Linux or something else.
then ask.
Everything is easy for me excluding java because I never tried it.
No I am not saying I am a master but I am just giving a example if you start something then no one stop you.
and I know I m poor in english sorry
+ 1
If it is web design you're interested in, then it is essential that you start with HTML. Then you can move onto to CSS and JavaScript. You can take it further and learn server-side languages like PHP and Node.js.
Generally, in web design there is a progressive linear path that most people follow:
/HTML/CSS/JavaScript
These are the three languages that complete the "Web Design Layer Cake." HTML is the structural layer, CSS is the presentational layer, and JavaScript is the behavioral/interactive layer.
Start with the structural layer.
+ 1
HTML: Structure
CSS: Styles
JavaScript: User-Side Behaviors
jQuery: JavaScript Library
PHP: Server-Side Behaviors
SQL: Databases
0
HTML is easy. Makes a comfortable starting point.