Web page essentials checklist
By kunal on Nov 27, 2009 with Comments 0
I’m aware that some of this one was about as much fun as trying to work out complex quadratic equations in your head, but as mentioned at the start, you need to know this stuff. Imagine designing a site and it suddenly not working the way you thought it would. It looks fine in your web design package and also in some web browsers, but it starts falling apart in others. Just removing an XML declaration might be enough to fix the site. If you take the elements of this post and form them into a simple checklist, you won’t have to risk displaying those wonderful “Untitled Documents” to the entire world (or inadvertently advertising the pack age you used to create the page). To make your life easier,you can refer to this checklist:
- Ensure the relevant DOCTYPE declaration and namespace is in place.
- Remove the XML declaration if it’s lurking.
- Add a title tag and some content within it.
- Add a meta tag to define your character set.
- If required, add keywords and description meta tags.
- Attach a CSS file (or files).
- Attach a JavaScript file (or files).
- If your web editor adds superfluous body attributes, delete them.
- Ensure there are no characters prior to the DOCTYPE declaration or after the html end tag.
- Ensure no web page content appears outside the body element.
Related posts:
- Basic web page structure and layout Once you’ve sorted out the site map, avoid firing up...
Related posts brought to you by Yet Another Related Posts Plugin.
Filed Under: Article
About the Author: I am designer and want to learn CSS