--- layout: page title: Guidelines --- Best practices and guidelines for writing HTML and CSS with approachable formatting, syntax, and more. ## Contents * Will be replaced with the ToC, excluding the "Contents" header {:toc} ## HTML ### General formatting * Use soft-tabs with a two space indent. Spaces are the only way to guarantee code renders the same in any person's environment. * Paragraphs of text should always be placed in a `

` tag. Never use multiple `
` tags. * Items in list form should always be in `