Fix HTML validation warnings and make the style guide HTML more compliant.

This commit is contained in:
Tony Ruscoe 2017-02-27 08:16:24 +00:00
parent b726be1588
commit ad6dee81e9

View File

@ -1,11 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8">
<title>Google HTML/CSS Style Guide</title> <title>Google HTML/CSS Style Guide</title>
<link rel="stylesheet" type="text/css" href="javaguide.css"> <link rel="stylesheet" href="javaguide.css">
<script language="javascript" src="include/styleguide.js"></script> <script src="include/styleguide.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="https://www.google.com/favicon.ico" /> <link rel="shortcut icon" href="https://www.google.com/favicon.ico">
<script src="include/jsguide.js"></script> <script src="include/jsguide.js"></script>
</head> </head>
<body onload="initStyleGuide();"> <body onload="initStyleGuide();">
@ -899,4 +899,4 @@ from the existing code around it, it throws readers out of their rhythm when
they go to read it. Avoid this.</p> they go to read it. Avoid this.</p>
</div> </div>
</body> </body>
</html> </html>