+ 7
What Programming Languages Are Best For An Online Website?
8 ответов
+ 13
HTML for the content
Css for the design
Javascript to make it interactive
Php or another backend language for databases and stuff
+ 8
Thanks Bro! Appreciate It!
+ 6
Fuel You Know This Stuff! Keep Up The Great Work Bro!
+ 5
HTML forever 👍👍
+ 3
html css are easy to learn and fun to implement.
+ 3
what should ur online website feature?
+ 2
if you talking about programming language, then C# is the only answer I could ever give you
as for markup: HTML5 (or later) with the help of CSS3 and Javascript
+ 2
That really depends on what you're trying to accomplish. If its for a static site then HTML and CSS will suffice.
If you are looking for a little more interactivity and a more responsive frontend experience then add Javascript into the mix through Jquery, React or another js library.
For a dynamic (database driven) site you'll need a back end language like PHP, Ruby, Python or even JavaScript via Node.
For a faster build you can leverage frontend frameworks such as Bootstrap Or Foundation.