Project Check List

The main/homepages must be index.html

Clean folder organization

Search engine optimization

The title should be descriptive with search engines in mind

meta tags - keywords and description

expandability - add content and make sure the page stays stable (footer gets pushed down)

images properly optimized and exported

Accessibility - Prominent images should have “alternative” text describing what is in the image – can be done by turning on accessibility in the preferences or selecting the image and typing the description in the alt field found in the property inspector.

Correct link styles - Default link styles - a:link, a:visited, a:hover (in that order) – secondary link style are (a.description:link, a.description:visited, a.description:hover) – Use link styles to change the look of links to better fit your design

CSS - exported if required - Styles should not be made from the property inspector (on the fly - .style1)  but from the css panel. They are easier to identify and update with descriptive names.