masakudamatsu / template

Template code for making a website
MIT License
1 stars 0 forks source link

Incorporate Google Style Guideline #17

Open masakudamatsu opened 5 years ago

masakudamatsu commented 5 years ago

Use lowercase letters

Remove / from the void elements

Remove the type attribute from the link and script elements

Wrap long lines of code

Use double quotation marks for HTML code

masakudamatsu commented 5 years ago

The link element is rewritten in the following way

<link rel="stylesheet" href="">

to match the style used by Google Style Guide.