Created
July 1, 2020 18:32
-
-
Save rsp/040178151985cdc4aba2a99b6b98df04 to your computer and use it in GitHub Desktop.
Revisions
-
rsp created this gist
Jul 1, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ <!-- 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>