Style Guide

Topic

Style Guide

Topic Progress:

All big tech employers (Google, Trademe, Youtube) will have style guides for how they write all their code. This keeps all of their code (from all of their programmers) consistent. Here is a small style guide for html.

Style Guide

  • Lowercase for all tags
  • Must include a <!DOCTYPE> declaration
  • Must include <head> and <body> tags
  • Must close all tags

@

Not recently active