Open masakudamatsu opened 5 years ago
Use lowercase letters
Remove / from the void elements
/
<br>
<br />
Remove the type attribute from the link and script elements
type
link
script
Wrap long lines of code
Use double quotation marks for HTML code
The link element is rewritten in the following way
<link rel="stylesheet" href="">
to match the style used by Google Style Guide.
Use lowercase letters
Remove
/
from the void elements<br>
, not<br />
"Remove the
type
attribute from thelink
andscript
elementsWrap long lines of code
Use double quotation marks for HTML code