Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 974 Bytes

html.md

File metadata and controls

43 lines (25 loc) · 974 Bytes

General HTML Guidelines


This section contains the guidelines for our HTML and variant languages such as HAML and Jade.

This guide is less about the way we write our HTML or the elements we use and more about our file organization, required lines of code, and placement of resources such as CSS and JS for maximum performance.

Table of Contents


HTML Document Anatomy

Regardless of the project, there will be certain pieces, mainly in the <head></head>, that should always be included. The outline for placement of the pieces will be given as well which will help greatly with site performance.

Head Content

Body Outline

Resource Placement

Initializr

Performance Enhancements