11 Matching Annotations
  1. Oct 2022
    1. <!-- You might notice I create a new line spacing the c

      I do the same when I'm coding. I'll place a short paragraph all on one line but for long paragraphs I place the opening and closing tags on separate lines.

  2. Sep 2022
    1. <p>

      The code's indentation isn't hierarchical so it makes the code difficult to read at a glance. The same problem is present in the ol list further down. Also, according to code formatting best practices, there should be any extra line returns.

    2. <header>

      The header element usually includes an h1 element but I don't see an h1 anywhere on your web page. The h1 element defines the highest level or most important heading in the HTML document and should be included in every webpage to help search engines and accessibility devices understand what the content is.