What are the basic language requirements to make a simple and good website ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the basic language requirements to make a simple and good website ?

14th Aug 2016, 8:11 PM
Ratan Gupta
Ratan Gupta - avatar
9 Answers
+ 1
if you don't want to add forms, search boxes etc. and only want to add some content and simple pages you can use html,css, JavaScript and jQuery, and if you want some more dynamic features like web forms you can use php,Asp.net etc for server side Scripting.
18th Aug 2016, 4:52 PM
Digital Saurav
Digital Saurav - avatar
0
Well, if you ask about a SIMPLE website, I would say that the languages you need are: HTML and CSS. You also need PHP and/or JS (or even others such as jQuery) depending on what do you want to do.
14th Aug 2016, 9:01 PM
Gabriel Popa
Gabriel Popa - avatar
0
use html n some part of php to make simple website
15th Aug 2016, 4:14 AM
Krupendra VS
Krupendra VS - avatar
0
html css n php
15th Aug 2016, 10:33 AM
Bharati Deepak Giri
0
You don't need any programming knowledge. Just learn the features of an CMS like worpress. It will be handy to know soms HTML and CSS. Not necessary for a simple website
15th Aug 2016, 9:17 PM
stevv
stevv - avatar
0
popa : jquery = javascript
16th Aug 2016, 10:26 PM
francis
0
francis: made out of. The codes are different.
16th Aug 2016, 10:29 PM
Gabriel Popa
Gabriel Popa - avatar
0
it's just a library of js for me. nodejs is different
16th Aug 2016, 10:40 PM
francis
0
You should learn HTML, CSS, JavaScript and PHP. Also, you should learn MySQL to create registration and authorization on your site
25th Sep 2016, 5:07 PM
Evgeniy Kuznetsov