Here are some considerations for choosing a company for designing a web site:
The site designer you choose should be using some of the latest web publishing standards. For some reason, however, quite a few web developers are still stuck designing with the 1997 HTML 4.x standard. In Internet time, this is ancient, so you'll want to watch out for this.
To determine which version of HTML that a designer uses:
Look at the <html ...> tag.
If the <HTML> tag, or any other tags are in upper case, or it has no attributes, then the site was developed with the 1997
HTML
4.x standard. That might be good enough if the users you are targeting were still using Internet Explorer version 4, but this is highly unlikely.
If the page was developed for more recent
HTML
standards, the <html ...> tag should be in lower case and have some xmlns attributes. One of the attributes should be a default namespace declaration (an xmlns attribute that does not declare a prefix), which looks like one of these:
xmlns="http://www.w3.org/1999/xhtml"
The 4-digit year in the namespace declaration does not indicate the level of
HTML
standard, just the year that the namespace for the initial release of that version of
HTML
was assigned.
xmlns="http://www.w3.org/2002/06/xhtml2"
To determine if a web site performs as expected under normal user interaction would take extensive testing and depends on the functions of the web site itself. However, there is a straightforward test, using the login and logout functions, on most interactive sites, that can be used to determine if those functions will work properly under more normal circumstances:
Home > Internet > Web > webdesign > Designers
Viewing mobile website page. Switch to WML or Full HTML