What are the best languages for creating a website and how do I get started?

  • Thread starter Thread starter hagopbul
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
hagopbul
Messages
397
Reaction score
45
Hi guys
I want to create a website but I need help because I don’t know what language to use HTML, XML or java, or the all the three of them
And what security issue I need to take care of.:shy:
i am asking this question because i am going to learn one of this languages or three of them but i don't know where to start.or what to learn first

thank you
 
Physics news on Phys.org
w3schools.com has tutorials for beginners on HTML & XHTML, writing web pages, etc. They also have tutorials on scripting for both the browser and server sides.
 
Of those three, um, languages, only HTML will let you make web pages. Java can be used on an existing HTML page, and XHTML, a type of XML closely related to HTML, can be used to make web pages too -- but they're similar enough that if you learn one you're learned the other.
 
There are a bunch of tutorials.

This is beginner-oriented:
http://www.html.net/tutorials/html/introduction.asp


...then CSS.
 
Last edited by a moderator: