Several web languages work together to make websites. It depends entirely on what you want from your website.
* XHTML structures data in a meaningful way and prepares it for presentation
* CSS handles most of the presentation of the document. Fonts, font colors, text alignment, backgrounds, etc.
* JavaScript handles interaction between the page and the user.
Most beginners start with XHTML and CSS. Though you'd also be fine with just plain HTML and CSS, XHTML is a reformulation of HTML and requires stricter syntax.
Then, after you're somewhat comfortable with those, you'd want to dive into some JavaScript.
Regards,
Rich
--
[
http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design