Skip to content

Instantly share code, notes, and snippets.

@rsp
Created July 1, 2020 18:32
Show Gist options
  • Select an option

  • Save rsp/040178151985cdc4aba2a99b6b98df04 to your computer and use it in GitHub Desktop.

Select an option

Save rsp/040178151985cdc4aba2a99b6b98df04 to your computer and use it in GitHub Desktop.

Revisions

  1. rsp created this gist Jul 1, 2020.
    17 changes: 17 additions & 0 deletions my-style-of-html.html
    Original 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>