9 Matching Annotations
  1. Jul 2019
    1. From an even more practical point of view, these semantic elements are visible to screen readers, while div containers are not. This means that for users who depend on a screen reader to interpret the content of a page, the screen reader can identify the purpose of each block, making it easier for that user to find specific tools (like the navigation pane) or content in the page.

      I'm really happy that the Course refers to screen readers, as accessibility is very important.

    1. Check out Creative Bloq's article: "20 great examples of website footer design (Links to an external site.)" for more ideas on how to design an aesthetically pleasing footer.

      Check out this site.

    2. It is very important to keep the differences in mind between head, header element, and heading element.

      • The head goes at the very top of the file and is not visible on the page. It is the section where the title tag as well as external files such as CSS files go.

      • The header element is used at the top but inside the body element. It is visible on the page. It is most often used once but some pages include separate headers.

      • The heading element is used to create titles that identify the content or purpose of a section of a page like h1, h2, and so on.