introduction to handcoding

For your first lesson we will look at why you should be learning handcoding as you are – and what the advantages of XHTML and CSS websites are.

lesson content

  • handcoding vs WYSIWYG
  • HTML and XHTML – differences and implementation
  • the thing with tables…. advantages of working with CSS
  • why webstandards are important

lesson notes

  • handcoding will produce ‘clean’ code without cluttering up the page with unnecessary code
  • ALWAYS type everything by hand – AVOID temptation to copy & paste
  • every XHTML document requires a valid DOCTYPE
  • all tags and properties to written in lowercase (font names and colour values can be an exeption)
  • all tags must be closed, single tags to contain space and forward slash before closing bracket
  • by being in complete in control you will be able to create more stable layouts
  • tables should only be used for tabular data, not layout (major drawback of tables: loading time, placeholder graphics and maintenance)
  • possible use of multiple style sheet for different purposes, ie browser compatilibilty and printing
  • webstandards encourage following guidelines to achieve user-friendly and accessible websites

No Comments

No comments yet.

Sorry, the comment form is closed at this time.