Skip to content

Instantly share code, notes, and snippets.

@rsp
Created July 1, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsp/040178151985cdc4aba2a99b6b98df04 to your computer and use it in GitHub Desktop.
Save rsp/040178151985cdc4aba2a99b6b98df04 to your computer and use it in GitHub Desktop.
Stop 'using' "useless" "\"QUOTES\""!
<!-- find incorrect html below -->
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>title</title>
<link rel=stylesheet href=https://example.coms/style.css>
Abc
<br>
<img alt src=icon.gif>
<div id=foo></div>
<div id=bar-baz></div>
<a href=menu.html></a>
<script src=https://example.com/library.js></script>
<script>
// ...
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment