Category: XHTML

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 »

Feb 09 2010

Image as the submit button in a (X)HTML form

Most times it’s okay to use the default button in a html form. But if you use a elaborate website design it can be good for your style to use a well desiged image as the submit button.
I know it’s very easy to modify a html form code to work with an image, but some people ask me how the code should look like. Read more »

Alibi3col theme by Themocracy