How can i learn the HTML language??
First, you need the right tools: Any text editor (the code view of Dreamwever is reasonable, with some good autocompletion and syntax highlighting, but it is expensive, I tend to use JEdit instead (its free)), and some browsers for testing. FireBug is an excellent debugging tool for CSS and JavaScript while the Markup Validator is useful for finding syntax errors in the HTML. http://jedit.org/ http://www.getfirebug.com/ http://validator.w3.org/ Good learning and reference resources can be found at: http://www.htmldog.com/ http://www.w3.org/TR/html4/ http://www.w3.org/TR/CSS2/ http://developer.mozil