-
Step 1
Learn HTML 4.0. Experts point out that XHTML is similar to HTML with only a few syntactic differences. Know the ins and outs of basic HTML before tackling XHTML web language.
-
Step 2
Look for "clean code" updates from HTML. XHTML renders HTML code more accurate to accommodate a greater variety of users who may not be accessing it from full laptops. Examples of XHTML renovations include the need to always use closing tags and the need to nest commands correctly.
-
Step 3
Work case sensitive. Another XHTML feature is the use of case-sensitive letters in commands. Work this into your study of the language.
-
Step 4
Study changing "attributes" under XHTML. Some HTML elements that had a "name" attribute have a replacement "id" attribute in XHTML. Also, a list of properties for elements that HTML truncated are lengthened in XHTML. Review all of these changes.
-
Step 5
Study document types, schemas and the ways in which XHTML links up with XML, another mark-up language for diversifying "classes" of virtual objects and coding data into them. Research advanced uses of XHTML to see where programmers are taking the language for future use in web design.










