Markup Review
Website of a Florida based document management, scanning and storage company.
The markup uses a header with the primary site navigation links contained within a nav. An article is then used to enclose the entire page content where a div would have sufficed since it doesn’t have a generic heading. The section element is also being used as a content wrapper on numerous occasions where again a div would be more correct. An aside would be better to use for the sidebar content.
Use could have been made of the email and tel input types on the contact form. Remember that the type attribute is no longer required in the script element.
