Created
July 1, 2020 18:32
-
-
Save rsp/040178151985cdc4aba2a99b6b98df04 to your computer and use it in GitHub Desktop.
Stop 'using' "useless" "\"QUOTES\""!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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