What are the most important Web development languages to learn?

I’ve already learned to use HTML and CSS and I’m working on getting my head around PHP and Javascript.

Are there any others I realistically am going to need to know, or will those be able to keep me covered!

✅ Answers

  • “I’ve already learned to use HTML and CSS and I’m working on getting my head around PHP and Javascript.”

    Those pretty much cover most basic use-cases. For client side HTML/CSS/JavaScript is basically it. For server side PHP is a must but anything else is a bonus (e.g. c++).

  • Obviously the biggest is HTML, so, depending on what type of web dev you plan on making, HTML will surely be in it. The next two important ones are Javascript and CSS, then PHP, than maybe you’d want to know basic C and C++. If you’re planning on implementing certain unique types of code, then you’d want to learn a bit of Python.

    If I were you, I’d only focus on the four you listed, they’d get you pretty far! Hope I helped!

    Source(s): My own knowledge

  • Client side there is not much more than HTML for content, CSS for format and JavaScript for behaviour.

    Server side in addition to PHP for server side behaviour you probably should take a look at SQL to understand how data is stored and retrieved.

    In addition its always useful to see a different approach to constructing systems. PHP is embedded inside HTML and pushes out data. It would be worth looking at C# and how its used with ASP.NET, instead of having code inside HTML that is pushed out, HTML in ASP.NET pulls data things exposed by the C#.

    See also  computer help?? plz help!!!!!!!!!!!!?

    Additionally, or perhaps instead of C#, you could look at Java, which tends to be used in the PHP model of pushing data into HTML.

  • Web development includes client and server, client development need knowledge of HTML, CSS and Javascript.

    Server development has some language to choose, such as php, asp.net, java.

    php is simple script language, it has a lot of open sources to study.

    wordpress system is large blog system, it includes much design method,

    you can refer to it.

    Source(s): http://colorvila.com/

  • Other Related Questions

    Learning Visual Basic ?

    Answers Favorite AnswerTry using "System.Diagnostics.Process. GetProcessesByName( "iwmp" ).Length > " for your check.

    Microsoft Office word Fast answer needed its urgent?

    Answers Favorite AnswerTry this:http://www.techsupport.com///microsoft-wo...Here is another thread re: the same issue with instructions:http://www.pcreview.co.uk/forums/modification-not-...http://www.techsupport.com///microsoft-wo...http://support.microsoft.com/kb/http://answers.microsoft.com/en-us/office/forum/of...

    Can I download a whole city android google maps?

    Answers Favorite Answer:) Yes!!!Interesting question. I wonder why it has blocked in this way especially considering that Google Earth is very detailed and has good maps of Israel.

    What is meant by ROM ? Explain in simple but elaborate terms.What about mobile ROM’s?

    Answers Favorite AnswerHi Diva below is a link that will give a simple answer.http://wiki.answers.com/Q/What_does_ROM_stand_for_...Hope this helps.Source(s): Experience and wiki answers.ROM is Read only memory. i.e data can write only once.There two types of ROM..ROM.PROMThe difference between ROM and PROM.that is ROM is programmed during manufacturing it means data stored by manufacturing company.PROM is blank memory that a user programmable memory.user can store content on PROM.both ROM and PROM are Read only memory Data can write only once.and its not possible to write so many time.Memories of PROM and ROM are Non-volatile in nature. Its that stored informations can retain even power goes off.

    See also  Interfacing with a new bluetooth device unknown API C#?

    Leave a Comment