CSE 154 Code Quality Guide(HTML) {

NOTE: All HTML Code should lint. Check to see if your code linted by looking for a green check mark in your repo. The linters will automatically run and email you a report if your code does not lint.

Table of Contents

  1. Classes & IDs
  2. Naming Conventions
  3. Semantic Tags
  4. Self Closing Tags
  5. Comments
  6. Whitespace & Indentation
  7. Good HTML Design

Classes & IDs

⬆ back to top

Naming Conventions

⬆ back to top

Semantic Tags

⬆ back to top

Self Closing Tags

⬆ back to top

Comments

⬆ back to top

Whitespace & Indentation

⬆ back to top

Good HTML Design

⬆ back to top

};