XHTMLGood coding is incredibly important to us as we feel the professionalism of the job reflects in the overall quality of the job. So from the simplicity of HTML up, we pride ourselves in the attention to detail, layout and efficiency. StandardsHTML is a language that is standardised on paper but not in practice, as the some browsers haven't adhered to this standard. Although you can get away with some really sloppy coding in Internet Explorer, the same cannot be said for Mozilla; in many ways a good thing. We now code our sites using the latest W3C standard, XHTML which introducs abstraction keeping the presentation layer away from the styling (CSS) Cross-browserWe make sure our HTML code works cross-browser and is well implemented stylistically in layout and usage of tags. This is an area often ignored by developers, as they either don't know good HTML style or just rush the job to the detriment of future updates and the progression of the language. |

