0
What are minimum number of language that can make a complete modern interactive Website. Does HTML CSS and JavaScript is enough?
Web development
4 ответов
+ 3
The most recommended sequence to become a web developer:
HTML
CSS
JavaScript
JQuery
Bootstrap/Foundations
PHP- othere option:Java/Python/Rubby/Node
SQL-others option:MongoDB/Firebase
+ 3
Yes.
These 3 along can make up a Good website.
0
HTML, CSS, javascript.
0
Extra: JQuert isn't anymore necessary, it's a lib/framework.
But all JQuery do pure JavaScript do too (and faster cause don't need import anything).