Jump to content

Brand New To Web Develepment!


l2ob122

Recommended Posts

start off with basic html. xhtml is just a more standards compliant version.http://www.w3schools.com/html/default.aspstart there and work your way throughhtml - xhtml - cssonce you've done html, work with css, and intergrate it with what you know about html. that should start off nicely before going onto more complicated things, or learning several things at once. Learn the basics first.:)

Link to comment
Share on other sites

well xhtml is just a stricter HTML, so its best to get the basics before making everything perfect. then, as real_illusions said, css is a good thing to learn, and maybe javascript after that

Link to comment
Share on other sites

Well, technically speaking, you should start with XHTML, provided the XHTML tutorial was written to teach you from scratch. However, the XHTML tutorial at W3Schools exaplains only the differences between HTML and XHTML, and the HTML tutorial has everything else. Once you understand the basics (HTML) you'll easily understand XHTML.XML is a very different from (X)HTML thing and it's certanly not the first thing one should learn. XML is the "core" of XHTML. It's a set of rules for defining markup languages, usually used as a text based database. Before even thinking of XML, you should learn HTML, XHTML and CSS. Only then can you choose your own path, which might start from XML, going into a whole new world.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...