המאמר הזה מתייחס לכתיבת דפי אינטרנט במיומנות. הוא איננו מספר על תגי HTML או פקודות JS, אלא מציג 21 כללים חשובים בכתיבה. המאמר אינו ארוך, והוא מפרט כל כלל בכמה שורות. מומלץ.
להלן מספר כללים מהמאמר.
Guideline Number 2: Don’t use tables for layout
Guideline Number 4: Avoid using inline DOM scripting in markup, including event handlers
Guideline Number 5: Avoid putting markup in scripts
Guideline Number 7: Try to avoid using unecessary classes and IDs
Guideline Number 8: Class and ID attributes should be named according to their content or purpose, not their presentation
Guideline Number 11: Know all of the HTML elements
Guideline Number 15: Know and understand all of the HTML attributes
Guideline Number 16: Keep content in a logical order in the source
Guideline Number 17: Create meaningful links
Guideline Number 18: Create useful alt attributes
Guideline Number 19: Make the most of headings by using them to create an outline for the page’s content
למאמר המלא: