Feb
11
2010
HTML vs. XHTML
HTML (HyperText Markup Language) is the basic language and W3C standard of websites. The first official version was HTML 3.2 (1997) and the latest HTML 4.01 (1999). The XHTML (Extensible HyperText Markup Language) standard was developed (also by the W3C) to separate the content and design of websites. The first version was XHTML 1.0 (2000) and the latest XHTML 1.1 (2001). XHTML is the following language of HTML. In the XHTML code the style instructions are outsourced to a CSS (Cascading Stylesheeds) file. This makes it easier to change the style of the website later. Read more »
