By Web Design Services Team on Jan 15, 2007 in Web Design | Comments Off
Where can I finding resources on coding web pages? http://www.w3.org is always the ultimate resource. However, it’s not the easiest or most usable source in the world for a beginner.
By Web Design Services Team on Jan 15, 2007 in Frequently Asked Questions, Technology, Web Design | Comments Off
What is XHTML? This is the W3 org’s preferred successor to HTML, although often considered to be the most current version of HTML. Where HTML is relatively loose, the standards for XHTML are stricter. It adopts elements from XML, such [...]
By Web Design Services Team on Jan 15, 2007 in Frequently Asked Questions, Validation, Web Design | Comments Off
Should I use tables or absolute/relative positioning to place elements on the page? The formally correct, modern, answer seems to be to not use tables unless you want to display tabular data.