You misspelled "compliant" on the front page, probably a typo:
Quote:
As part of Plus One Designs new image, we have created a standards comlpiant....
|
Don't use capitalization inside a sentence unless it's a proper noun (the name of a person, product, company, etc.):
Quote:
A corporate brochure Aimed at....
|
End all sentences in a period, use commas between clauses, and use apostrophes if the word is possessive:
Quote:
As part of a rebranding project, Plus One updated Atrium's website complete with content management system.
|
I realize most Americans don't care about those things anymore, but I have one particular client who nit-picks all my text content that way.
Your HTML 4.01 code is beautiful. If you wanted to, you could easily take it a step further and make it XHMTL 1.0 compliant. Just close all the "open" tags (IMG, LINK, META, etc.) with a forward slash and change the DTD, and you're good to go. Examples:
Code:
<img src="some_pic.gif" alt="some text" />
<link rel="stylesheet" type="text/css" href="style.css" />