Learning/WebLiteracyStandard/Building/HTML/debugging

From MozillaWiki
< Learning‎ | WebLiteracyStandard‎ | Building‎ | HTML
Revision as of 11:27, 18 July 2013 by Dajbelshaw (talk | contribs) (Created page with "<strong>Debugging your own and other people's markup</strong> Examples: <ul> <li>Identifying missing element closures</li> <li>Using code indenting to ensure readability</li>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Debugging your own and other people's markup

Examples:

  • Identifying missing element closures
  • Using code indenting to ensure readability
  • Commenting out problematic code